-
Notifications
You must be signed in to change notification settings - Fork 109
PBM-1618: Minio as storage type for Custom-S3 storages #1203
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
Merged
Merged
Changes from 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ac3ad48
Move GCS endpoint from S3 to GCS package
boris-ilijic f5eb4f2
Add minio storage type constant
boris-ilijic 38c3369
Remove Provider from S3 Config
boris-ilijic 3c1aeae
Add minio storage
boris-ilijic 5f32198
Merge remote-tracking branch 'origin/dev' into PBM-1618-minio-storage…
boris-ilijic 859a8de
Add go-cmp dependency
boris-ilijic dec28b9
Add minio config required methods
boris-ilijic 9ab4a05
Add minio storage config within pbm config
boris-ilijic e6b6557
Wire up minio storage with storage factory
boris-ilijic af47140
Enable minio storage tests
boris-ilijic e88f00f
Fix minio storage issues
boris-ilijic 7f0ce90
Expand pbm logger to support custom loggers
boris-ilijic 2a7e734
Expand minio config with debugTrace option
boris-ilijic 460b160
Remove MinRetryDelay & maxRetryDelay
boris-ilijic d081a3a
Fix review comments
boris-ilijic e37c381
Add reference config for minio storage
boris-ilijic 8d4573c
Add region when displaying storage info
boris-ilijic dff8e0e
Fix review suggestions
boris-ilijic 8bdddda
Rename chunkSize with partSize for minio storage
boris-ilijic b0bc8ab
Add insecureSkipTLSVerify config opt for minio
boris-ilijic 529eb1a
Rename endpointUrl -> endpoint and fix typos
boris-ilijic 36dee10
Add forcePathStyle config option for Minio storage
boris-ilijic 4df0ee6
Make gcsEndpointURL private
boris-ilijic dd3d3ff
Cleanup config reference doc
boris-ilijic 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ import ( | |
) | ||
|
||
const ( | ||
GCSEndpointURL = "storage.googleapis.com" | ||
defaultMaxObjSizeGB = 5018 // 4.9 TB | ||
) | ||
|
||
|
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.