s3: make access_key and secret_key optional#4881
Conversation
Making access_key and secret_key optional let the boto3 to execute the official credential chain process and use every supported authentication mechanism. If the access_key and secret_key are set then those will be used as passing credentials in the parameter has the highest priority. Please read [this](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html) page about the credential order. This solves issue syslog-ng#4858. Signed-off-by: Arpad Kunszt <[email protected]>
|
This user does not have permission to start the build. Can one of the admins verify this patch and start the build? |
1 similar comment
|
This user does not have permission to start the build. Can one of the admins verify this patch and start the build? |
|
@kira-syslogng ok to test |
Signed-off-by: Attila Szakacs <[email protected]>
Making access_key and secret_key optional let the boto3 to execute the official credential chain process and use every supported authentication mechanism.
If the access_key and secret_key are set then those will be used as passing credentials in the parameter has the highest priority.
Please read this page about the credential order.
This solves issue #4858.