You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/language/settings/backends/s3.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,9 +173,13 @@ The following configuration is optional:
173
173
*`shared_credentials_file` - (Optional, **Deprecated**, use `shared_credentials_files` instead) Path to the AWS shared credentials file. Defaults to `~/.aws/credentials`.
174
174
*`shared_credentials_files` - (Optional) List of paths to AWS shared credentials files. Defaults to `~/.aws/credentials`.
175
175
*`skip_credentials_validation` - (Optional) Skip credentials validation via the STS API.
176
+
Useful for testing and for AWS API implementations that do not have STS available.
176
177
*`skip_region_validation` - (Optional) Skip validation of provided region name.
177
-
*`skip_requesting_account_id` - (Optional) Whether to skip requesting the account ID. Useful for AWS API implementations that do not have the IAM, STS API, or metadata API.
178
+
*`skip_requesting_account_id` - (Optional) Whether to skip requesting the account ID.
179
+
Useful for AWS API implementations that do not have the IAM, STS API, or metadata API.
178
180
*`skip_metadata_api_check` - (Optional) Skip usage of EC2 Metadata API.
181
+
*`skip_s3_checksum` - (Optional) Do not include checksum when uploading S3 Objects.
182
+
Useful for some S3-Compatible APIs.
179
183
*`sts_endpoint` - (Optional, **Deprecated**) Custom endpoint URL for the AWS Security Token Service (STS) API.
180
184
Use `endpoints.sts` instead.
181
185
*`sts_region` - (Optional) AWS region for STS. If unset, AWS will use the same region for STS as other non-STS operations.
0 commit comments