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

Update minio-go dependency #3

Merged
merged 1 commit into from Aug 26, 2022
Merged

Update minio-go dependency #3

merged 1 commit into from Aug 26, 2022

Conversation

ghost
Copy link

@ghost ghost commented Aug 19, 2022

Closes #2

@ghost ghost requested review from philhofer and frank-sneller August 19, 2022 07:15
@ramondeklein
Copy link
Member

Not sure why we use the Minio library here instead of the default AWS SDK.

@ghost
Copy link
Author

ghost commented Aug 19, 2022

Not sure why we use the Minio library here instead of the default AWS SDK.

This was a suggestion from @frank-sneller when he gave me the task. At the end it doesn't matter which module to use here I think. The AWS SDK is more complicated to use (imho) and might distract from the actual code that we want to showcase in this example project.

@frank-sneller
Copy link
Contributor

The AWS SDK is pretty big and large, so the minio library is a bit more lean and mean. But in the end both will accomplish the same thing.

@flobernd
Copy link
Contributor

Is it ok to merge this?

@ramondeklein ramondeklein self-requested a review August 26, 2022 14:42
@flobernd flobernd merged commit f448bd7 into main Aug 26, 2022
@flobernd flobernd deleted the update-minio branch August 26, 2022 14:54
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.

Get rid of second GetObject() call inside of sizeWithoutTrailer()
3 participants