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

Migrate S3Store from rusoto to AWS SDK for Rust #369

Merged
merged 1 commit into from
Nov 20, 2023

Commits on Nov 20, 2023

  1. Migrate S3 store to official AWS SDK

    This is a breaking change.
    
    - The S3 store now uses the aws-sdk for Rust to handle higher level
      interactions with the S3 API.
    - It now also supports HTTP/2 via hyper/rustls.
    - The concurrency limits have been removed and are now only configurable
      for multipart uploads.
    - The default behavior is now HTTPS. To enable unencrypted
      communication, an `insecure_allow_http` flag has been added.
    
    Fixes TraceMachina#131
    aaronmondal committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8b7c0e3 View commit details
    Browse the repository at this point in the history