clarify autodetect

This commit is contained in:
DanRoscigno 2023-01-18 15:51:31 -05:00
parent cd3ecb9091
commit 5d88a2b344

View File

@ -932,7 +932,7 @@ Required parameters:
Optional parameters:
- `region` — S3 region name.
- `support_batch_delete` — Set this to `false` when using Google Cloud Storage (GCS) in interoperability mode.
- `support_batch_delete`This controls the check to see if batch deletes are supported. Set this to `false` when using Google Cloud Storage (GCS) as GCS does not support batch deletes and preventing the checks will prevent error messages in the logs.
- `use_environment_credentials` — Reads AWS credentials from the Environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY and AWS_SESSION_TOKEN if they exist. Default value is `false`.
- `use_insecure_imds_request` — If set to `true`, S3 client will use insecure IMDS request while obtaining credentials from Amazon EC2 metadata. Default value is `false`.
- `proxy` — Proxy configuration for S3 endpoint. Each `uri` element inside `proxy` block should contain a proxy URL.