Update vendored library github.com/minio/minio-go
This commit is contained in:
parent
7e6fff324c
commit
31e156c666
44 changed files with 1612 additions and 1583 deletions
1
vendor/github.com/minio/minio-go/api-put-object_test.go
generated
vendored
1
vendor/github.com/minio/minio-go/api-put-object_test.go
generated
vendored
|
@ -40,6 +40,7 @@ func TestPutObjectOptionsValidate(t *testing.T) {
|
|||
{"Content-Encoding", "gzip", false},
|
||||
{"Cache-Control", "blah", false},
|
||||
{"Content-Disposition", "something", false},
|
||||
{"Content-Language", "somelanguage", false},
|
||||
|
||||
// Valid metadata names.
|
||||
{"my-custom-header", "blah", true},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue