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

Implement s3 multi-part upload #2697

Merged
merged 1 commit into from
Jan 27, 2024
Merged

Implement s3 multi-part upload #2697

merged 1 commit into from
Jan 27, 2024

Conversation

acquamarin
Copy link
Collaborator

@acquamarin acquamarin commented Jan 22, 2024

This PR implements S3 multi-part upload/glob.
Information about s3 multi-part upload API can be found: https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html
Glob uses the s3 listobject api: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html

@acquamarin acquamarin force-pushed the s3-upload branch 2 times, most recently from ece0777 to 2a352ba Compare January 22, 2024 05:42
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ca32518) 93.42% compared to head (1c96c79) 93.43%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2697   +/-   ##
=======================================
  Coverage   93.42%   93.43%           
=======================================
  Files        1072     1072           
  Lines       40550    40549    -1     
=======================================
+ Hits        37883    37886    +3     
+ Misses       2667     2663    -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

extension/httpfs/src/s3fs.cpp Outdated Show resolved Hide resolved
@acquamarin acquamarin force-pushed the s3-upload branch 5 times, most recently from c85dd0c to 85d8186 Compare January 27, 2024 04:36
@acquamarin acquamarin merged commit 1b9b4d4 into master Jan 27, 2024
22 checks passed
@acquamarin acquamarin deleted the s3-upload branch January 27, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants