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

Updating minio-go library #2506

Merged
merged 1 commit into from
Aug 7, 2018
Merged

Conversation

vadmeste
Copy link
Member

@vadmeste vadmeste commented Aug 7, 2018

This PR includes latest minio-go fixes.

@codecov-io
Copy link

Codecov Report

Merging #2506 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2506      +/-   ##
==========================================
- Coverage   10.66%   10.65%   -0.01%     
==========================================
  Files         106      106              
  Lines       10672    10672              
==========================================
- Hits         1138     1137       -1     
- Misses       9384     9385       +1     
  Partials      150      150
Impacted Files Coverage Δ
cmd/pipechan.go 97.56% <0%> (-2.44%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 26f5102...ac1674e. Read the comment docs.

@kannappanr kannappanr self-requested a review August 7, 2018 23:50
Copy link
Collaborator

@kannappanr kannappanr left a comment

Choose a reason for hiding this comment

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

LGTM

@kannappanr kannappanr merged commit 5eab7c2 into minio:master Aug 7, 2018
if err != nil {
return err
}
if resp != nil {
Copy link
Collaborator

Choose a reason for hiding this comment

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

It could be:
if resp != nil && resp.StatusCode != http.StatusOK{

Copy link
Member

Choose a reason for hiding this comment

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

all of these should be addressed in minio-go @ebozduman open an issue there.

@@ -223,6 +223,7 @@ var supportedHeaders = []string{
"content-disposition",
"content-language",
"x-amz-website-redirect-location",
"expires",
Copy link
Collaborator

Choose a reason for hiding this comment

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

How is this change related to this PR?

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.

6 participants