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

s3: Add progress tracker support to s3 downloads #334

Merged
merged 1 commit into from
Aug 16, 2021

Conversation

mattrobenolt
Copy link
Contributor

This was oddly missing entirely and I was real sad. It seems to only be
supported on HTTP right now.

get_s3.go Outdated Show resolved Hide resolved
Copy link
Contributor

@azr azr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after applying my suggestion, thanks

@mattrobenolt
Copy link
Contributor Author

Interesting, I wonder if that case only applies during test suite, since I couldn't find any path where client could be nil in normal use. Lemme add that check tho.

This was oddly missing entirely and I was real sad. It seems to only be
supported on HTTP right now.
@azr
Copy link
Contributor

azr commented Aug 16, 2021

Thanks ! Yes, the tests test things in isolation 🙂 .

@azr azr merged commit 790e6b3 into hashicorp:main Aug 16, 2021
@mattrobenolt mattrobenolt deleted the add-progress-to-s3 branch August 16, 2021 17:39
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