minio/cmd/gateway
Harshavardhana 80fab03b63
fix: S3 gateway doesn't support full passthrough for encryption (#10484)
The entire encryption layer is dependent on the fact that
KMS should be configured for S3 encryption to work properly
and we only support passing the headers as is to the backend
for encryption only if KMS is configured.

Make sure that this predictability is maintained, currently
the code was allowing encryption to go through and fail
at later to indicate that KMS was not configured. We should
simply reply "NotImplemented" if KMS is not configured, this
allows clients to simply proceed with their tests.
2020-09-15 13:57:15 -07:00
..
azure delayed locks until we have started reading the body (#10474) 2020-09-14 15:57:13 -07:00
gcs delayed locks until we have started reading the body (#10474) 2020-09-14 15:57:13 -07:00
hdfs delayed locks until we have started reading the body (#10474) 2020-09-14 15:57:13 -07:00
nas Use constants for gateway names to avoid bugs caused by spelling. (#10355) 2020-08-26 08:52:46 -07:00
s3 fix: S3 gateway doesn't support full passthrough for encryption (#10484) 2020-09-15 13:57:15 -07:00
gateway.go Remove B2 gateway implementation (#9547) 2020-05-07 19:00:30 -07:00