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

Add new parameter accelerate to S3 storage driver. #3181

Merged
merged 3 commits into from
Apr 4, 2022
Merged

Add new parameter accelerate to S3 storage driver. #3181

merged 3 commits into from
Apr 4, 2022

Commits on Apr 4, 2022

  1. Add new parameter s3accelerate to S3 storage driver.

    If s3accelerate is set to true then we turn on S3 Transfer
    Acceleration via the AWS SDK.  It defaults to false since this is an
    opt-in feature on the S3 bucket.
    
    Signed-off-by: Kirat Singh <kirat.singh@wsq.io>
    Signed-off-by: Simone Locci <simonelocci88@gmail.com>
    Kirat Singh authored and pimuzzo committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    51c0c81 View commit details
    Browse the repository at this point in the history
  2. Fix review

    Signed-off-by: Simone Locci <simonelocci88@gmail.com>
    pimuzzo committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ea27621 View commit details
    Browse the repository at this point in the history
  3. Rename s3accelerate parameter to accelerate

    Signed-off-by: Simone Locci <simonelocci88@gmail.com>
    pimuzzo committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    80952c9 View commit details
    Browse the repository at this point in the history