Add support for providing ExtraArgs to boto3 when uploading files using the sdk.aws.s3.extra_args configuration option

This commit is contained in:
allegroai
2022-08-09 09:43:30 +03:00
parent 7ed5264ca6
commit e5846f6ba2
5 changed files with 38 additions and 6 deletions

View File

@@ -85,6 +85,8 @@ sdk {
# Refer to the latest Boto3 docs
use_credentials_chain: false
# Additional ExtraArgs passed to boto3 when uploading files. Can also be set per-bucket under "credentials".
extra_args: {}
credentials: [
# specifies key/secret credentials to use when handling s3 urls (read or write)