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

Use MultipartUpload for uploading chunks to s3 #27034

Merged
merged 4 commits into from
Mar 9, 2023

Commits on Mar 8, 2023

  1. feat(s3): Use multipart upload for chunked uploading

    This allows to stream file chunks directly to S3 during upload.
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    e23aa88 View commit details
    Browse the repository at this point in the history
  2. chore(psalm): Make psalm aware of sabre/uri

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    cb30c81 View commit details
    Browse the repository at this point in the history
  3. chore: Bump bundles

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    237dcda View commit details
    Browse the repository at this point in the history
  4. tests(integration): Fix catching error only on object store

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d2a0571 View commit details
    Browse the repository at this point in the history