minio/cmd/gateway
Ingmar Runge fa4d627b57
B2 gateway S3 compat: return MD5 hash as ETag from PutObject (#9183)
- B2 does actually return an MD5 hash for newly uploaded objects
  so we can use it to provide better compatibility with S3 client
  libraries that assume the ETag is the MD5 hash such as boto.
- depends on change in blazer library.
- new behaviour is only enabled if MinIO's --compat mode is active.
- behaviour for multipart uploads is unchanged (works fine as is).
2020-03-28 13:59:55 -07:00
..
azure add force delete option of non-empty bucket (#9166) 2020-03-27 21:52:59 -07:00
b2 B2 gateway S3 compat: return MD5 hash as ETag from PutObject (#9183) 2020-03-28 13:59:55 -07:00
gcs add force delete option of non-empty bucket (#9166) 2020-03-27 21:52:59 -07:00
hdfs add force delete option of non-empty bucket (#9166) 2020-03-27 21:52:59 -07:00
nas Add cache eviction low and high watermarks (#8958) 2020-02-23 19:03:39 +05:30
oss add force delete option of non-empty bucket (#9166) 2020-03-27 21:52:59 -07:00
s3 add force delete option of non-empty bucket (#9166) 2020-03-27 21:52:59 -07:00
gateway.go Implement S3-HDFS gateway (#7440) 2019-04-17 09:52:08 -07:00