Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix open_basedir issues by AWS SDK #32740

Merged
merged 2 commits into from
Sep 19, 2022
Merged

Fix open_basedir issues by AWS SDK #32740

merged 2 commits into from
Sep 19, 2022

Commits on Jun 7, 2022

  1. Disable ~/.aws/config access by S3ConnectionTrait

    This commit sets the 'use_aws_shared_config_files' option to false, in order to disable configuration loading from ~/.aws/config by the AWS SDK, specifically the S3Client. It is a continuation of #27040, as that PR only changed the behaviour of the CredentialsProvider; this change affects the ConfigurationProvider as well.
    
    Signed-off-by: Jasper Weyne <jasperweyne@gmail.com>
    jasperweyne committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0633a1d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    44f6c93 View commit details
    Browse the repository at this point in the history