minio/cmd/gateway/s3
Harshavardhana bd25f31100 Use IAM creds only if endpoint is S3 (#7111)
Requirements like being able to run minio gateway in ec2
pointing to a Minio deployment wouldn't work properly
because IAM creds take precendence on ec2.

Add checks such that we only enable AWS specific features
if our backend URL points to actual AWS S3 not S3 compatible
endpoints.
2019-01-23 11:12:33 -08:00
..
gateway-s3-metadata.go Add double encryption at S3 gateway. (#6423) 2019-01-05 14:16:42 -08:00
gateway-s3-metadata_test.go Avoid printing in S3 tests (#7043) 2019-01-07 22:32:30 +05:30
gateway-s3-sse.go Add double encryption at S3 gateway. (#6423) 2019-01-05 14:16:42 -08:00
gateway-s3-utils.go Add double encryption at S3 gateway. (#6423) 2019-01-05 14:16:42 -08:00
gateway-s3.go Use IAM creds only if endpoint is S3 (#7111) 2019-01-23 11:12:33 -08:00
gateway-s3_test.go Add double encryption at S3 gateway. (#6423) 2019-01-05 14:16:42 -08:00