-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
service/s3/s3manager: Add DownloadStrategy for buffering downloaded parts #2823
Conversation
9049c8b
to
704b53e
Compare
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.
Looks good, just a few comments
awstesting/integration/performance/s3DownloadManager/endless_reader.go
Outdated
Show resolved
Hide resolved
awstesting/integration/performance/s3DownloadManager/discard.go
Outdated
Show resolved
Hide resolved
60065de
to
97b588b
Compare
97b588b
to
0bd9654
Compare
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.
Thanks for making these updates. Changes look good, just a couple more suggestions.
awstesting/integration/performance/s3DownloadManager/main_test.go
Outdated
Show resolved
Hide resolved
0bd9654
to
d772a77
Compare
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.
Looks good, minor goimports
formatting.
also adding changelog release notes.
d772a77
to
82ef9a5
Compare
Fixed improper import ordering for the sdkio package, and updated changelog. |
82ef9a5
to
508fe8f
Compare
508fe8f
to
14601e8
Compare
Implements a buffering strategy for the download S3 manager. This is similar to the upload strategy being reviewed as part of #2792