-
Notifications
You must be signed in to change notification settings - Fork 9
feat: Add CLPRemoteHandler to handle Multipart Upload to AWS S3 bucket #50
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
Open
IreneLime
wants to merge
31
commits into
y-scope:main
Choose a base branch
from
IreneLime:remote-handler
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 14 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
7bc1e8a
Create class CLPRemoteHandler
IreneLime 0ae4a2a
Create multipart upload initiation
IreneLime 8895b37
Create function that performs multipart upload on 5mb segments
IreneLime 7475ed5
Create function that completes multipart upload
IreneLime 96a831b
Handle corner case: file rotation when part number exceeds 10000
IreneLime 055eaf0
Integrate timeout functionalities for CLPLogLevelTimeout usage and cl…
IreneLime b32b5f2
Avoid new upload initialization when previous upload has not completed
IreneLime ed3a57b
Ensure consistent string quotation
IreneLime 964ae20
Remove print statements and fix aws segment limitation error
IreneLime 1fa0163
Modify code to pass typing tests.
IreneLime 85cac30
Code format & linting test
IreneLime 065c28c
Redesign CLPS3Handler architecture and complete a functional draft of…
IreneLime 828897e
Add aws credential configuration
IreneLime 2267849
Add rotation after 10000 parts
IreneLime ba5c3dd
Fix part limit rotation
IreneLime a9ec06d
Fix aws credential checking
IreneLime 0aef71d
Enable sha256 checksum on multipart upload
IreneLime 4839528
Add error checking throughout the upload process
IreneLime 8ab75d0
Define macros and add options to specify multipart upload size
IreneLime c273d0c
Always define remote file index
IreneLime b737d92
Use unix timestamp on file name
IreneLime 8f94e68
Add configurable parameter on users's s3 directory
IreneLime b70df58
Updated pyproject.toml to include new dev and testing dependencies fo…
li-ruihao 587d6cb
Modify naming of non-interface level variables
IreneLime 9c8653a
Remove duplicate code
IreneLime be9bcba
Add PutObject option to flush to remote
IreneLime cfc7f6d
Merge branch 'main' into remote-handler
IreneLime 8744baa
Add comments and error checking
IreneLime 238d625
Add comments to explain parameters
IreneLime 2c0a34a
Maintain consistent naming in S3 handler
IreneLime b448143
Fix object key naming issue
IreneLime File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.