-
Notifications
You must be signed in to change notification settings - Fork 29
Correctly aquire information on AWS_REGION #11
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
base: master
Are you sure you want to change the base?
Conversation
Add WAL-E compatibility in GCS storages with multiple // in path
Add S3_ENDPOINT S3_PORT settings
Fix runtime error
use wal-g/tracelog instead of tinsane/tracelog
use wal-g/tracelog instead of tinsane/tracelog
Merge pull request Tinsane#8 from reshke/master
Implement throttle retry is s3
remove redutant logging in s3
Update log level of skipped files message
Add folder and object mocks
Fix s3 retryer, add debug
Support for AZURE_STORAGE_SAS_TOKEN
* add ssh folder * newline Co-authored-by: Девятых Мария Алексеевна <[email protected]>
Update default chunk size to be able to upload files over 1GiB
Improve GCS composition process in order to have an ability to upload large files
GCS: support customer-supplied encryption keys
set actual encryption key size for GCS Object handles
GCS: fix error handling on removing temporary chunks
Configure chunksize and retry logic for GCS uploader
Add compatibility with ListObjectsV1 S3 API
Fix the folder useListObjectsV1 reset on GetSubFolder() call
* Azure: Add SA endpoints for non AzurePublicCloud * go mod tidy * add defaultEnvName const, move switch in function * Replace hardcoded values with library defined ones
Current version of Swift driver load the entire object in the buffer that leads to high memory consumption and makes download of large objects impossible. Fixes wal-g/wal-g#862
…tion Fix Swift download memory consumption
Remove credentials provider settings to allow the AWS go SDK to pull credentials from Instance Profile/Metadata.
Per wal-g#45 (comment), remove the code rather than comment it out.
Remove credentials provider settings
SSE Customer key
s3/session.go
Outdated
| } | ||
|
|
||
| hostAddr := url.Parse(*config.Endpoint).Host | ||
| host, _, _ := net.SplitHostPort(hostAddr) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SplitHostPort may return an error, and it needs to be handled correctly.
|
Hi! Thanks for your contribution! |
wal-g/wal-g#128