Skip to content
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

Merged
merged 2 commits into from
Sep 25, 2019

Conversation

skmcgrail
Copy link
Member

Implements a buffering strategy for the download S3 manager. This is similar to the upload strategy being reviewed as part of #2792

@skmcgrail skmcgrail added the needs-review This issue or pull request needs review from a core team member. label Sep 10, 2019
@skmcgrail skmcgrail force-pushed the s3manager/downloader branch 15 times, most recently from 9049c8b to 704b53e Compare September 17, 2019 16:11
Copy link
Contributor

@jasdel jasdel left a 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/constants.go Outdated Show resolved Hide resolved
service/s3/s3manager/download.go Outdated Show resolved Hide resolved
service/s3/s3manager/download.go Show resolved Hide resolved
service/s3/s3manager/download.go Outdated Show resolved Hide resolved
service/s3/s3manager/download_test.go Outdated Show resolved Hide resolved
Copy link
Contributor

@jasdel jasdel left a 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.

internal/sdkconstants/byte.go Outdated Show resolved Hide resolved
service/s3/s3manager/download.go Show resolved Hide resolved
service/s3/s3manager/download.go Outdated Show resolved Hide resolved
service/s3/s3manager/download.go Show resolved Hide resolved
service/s3/s3manager/download_test.go Outdated Show resolved Hide resolved
Copy link
Contributor

@jasdel jasdel left a 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.

service/s3/s3manager/download_test.go Outdated Show resolved Hide resolved
@skmcgrail
Copy link
Member Author

Fixed improper import ordering for the sdkio package, and updated changelog.

CHANGELOG_PENDING.md Outdated Show resolved Hide resolved
@skmcgrail skmcgrail removed the needs-review This issue or pull request needs review from a core team member. label Sep 25, 2019
@skmcgrail skmcgrail merged commit 4cfae4a into aws:master Sep 25, 2019
@skmcgrail skmcgrail deleted the s3manager/downloader branch September 25, 2019 23:15
@aws-sdk-go-automation aws-sdk-go-automation mentioned this pull request Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants