mirror of
https://github.com/minio/minio.git
synced 2025-12-04 14:37:18 -05:00
update minio-go library to fix couple of issues (#9099)
- Add PutObjectOptions.PartSize docs (#1239) (03/06/20) <Harshavardhana> - list: Check EncodingType in list resp before decoding object names (#1238) (03/04/20) <Harshavardhana> - Add Support for Legal-Hold (#1233) (03/04/20) <kannappanr> - Add LegalHold API Support (#1226) (02/19/20) <Nitish Tiwari> - extract userMetadata from event response (#1229) (02/18/20) <Harshavardhana> - fix: ignore AWS elb endpoints in region extraction (#1228) (02/14/20) <Harshavardhana> - Bucket and object name length error message fixes (#1227) (02/12/20) <Ville Skyttä> - Add BucketEncryption apis (#1217) (02/01/20) <ebozduman> - Set IAM endpoint to default value if unspecified (#1224) (02/01/20) <radix-aw> - fix testListObjects functional test (#1222) (01/28/20) <poornas> - fix: retry AccessDenied only if Region is present (#1221) (01/24/20) <Harshavardhana> - Add new Amazon S3 endpoints (#1220) (01/23/20) <kannappanr>
This commit is contained in:
2
go.mod
2
go.mod
@@ -67,7 +67,7 @@ require (
|
||||
github.com/minio/hdfs/v3 v3.0.1
|
||||
github.com/minio/highwayhash v1.0.0
|
||||
github.com/minio/lsync v1.0.1
|
||||
github.com/minio/minio-go/v6 v6.0.45
|
||||
github.com/minio/minio-go/v6 v6.0.50-0.20200306231101-b882ba63d570
|
||||
github.com/minio/parquet-go v0.0.0-20200125064549-a1e49702e174
|
||||
github.com/minio/sha256-simd v0.1.1
|
||||
github.com/minio/simdjson-go v0.1.5-0.20200303142138-b17fe061ea37
|
||||
|
||||
Reference in New Issue
Block a user