Small edit (#311)

This commit is contained in:
pollfly 2022-08-14 12:12:18 +03:00 committed by GitHub
parent 4035bdf66b
commit de0be44c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -715,7 +715,7 @@ metrics, network, AWS S3 buckets and credentials, Google Cloud Storage, Azure St
**`sdk.aws.s3.extra_args`** (*dict*)
* Additional [ExtraArgs](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-uploading-files.html#the-extraargs-parameter)
passed to boto3 when uploading files. This can be set on a per-bucket under `sdk.aws.s3.credentials`.
passed to boto3 when uploading files. This can be set per-bucket under `sdk.aws.s3.credentials`.
---