-
Notifications
You must be signed in to change notification settings - Fork 108
PBM-1588 Alicloud OSS Storage Implementation #1178
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
imrenagi
wants to merge
19
commits into
percona:dev
Choose a base branch
from
imrenagi:PBM-1588-alicloud-oss
base: dev
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 all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
32249f9
feat: initialize oss client
imrenagi bd12099
feat: implement FileStat method for OSS storage
imrenagi 6249fdd
feat: implement Delete method for OSS storage
imrenagi 3a23edd
feat: add support for OSS storage type in ParseType function
imrenagi 2261920
feat: add function List
heryheming 7301e2c
fix: Update configureClient
heryheming 296a2d3
feat: implement the remaining storage function for oss
imrenagi 5c9ad81
refactor(PBM-1588): move default part size constants to client.go
imrenagi 3b299a2
fix: add missing cast for oss
imrenagi 710853e
feat: add OSS credential masking and clone method for Config
imrenagi 4b17827
fix: update ConnectTimeout type to time.Duration and set default value
imrenagi 16ca10f
fix: use multipart upload and copy for upload
imrenagi b06b123
fix: update part size parameters in OSS Save method
imrenagi 723d4b9
chore: add unit tests for ComputePartSize function
imrenagi 15477ff
fix: remove redundant path.Join call in Delete method and correct com…
imrenagi 6acd6a3
feat: add server-side encryption support and update upload part size …
imrenagi a1d2518
Merge branch 'dev' into PBM-1588-alicloud-oss
imrenagi b7f5927
fix: implement missing storage method
imrenagi 311ba91
feat: use NewSplitMergeMW
imrenagi 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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.