backend/s3: Update copy for skip_get_ec2_platforms and skip_requesting_account_id argument deprecations

This commit is contained in:
Brian Flad 2019-02-19 10:54:53 -08:00
parent 1aaac172b0
commit 43f12bbfe0
No known key found for this signature in database
GPG Key ID: EC6252B42B012823
1 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ func New() backend.Backend {
Optional: true,
Description: "Skip getting the supported EC2 platforms.",
Default: false,
Deprecated: "This attribute is no longer used.",
Deprecated: "The S3 Backend does not require EC2 functionality and this attribute is no longer used.",
},
"skip_region_validation": {
@ -171,7 +171,7 @@ func New() backend.Backend {
Optional: true,
Description: "Skip requesting the account ID.",
Default: false,
Deprecated: "This attribute is no longer used.",
Deprecated: "The S3 Backend no longer automatically uses IAM or STS functionality to lookup the AWS Account ID and this attribute is no longer used.",
},
"skip_metadata_api_check": {