minio/cmd/gateway
Andreas Auernhammer 1f659204a2
remove GetObject from ObjectLayer interface (#11635)
This commit removes the `GetObject` method
from the `ObjectLayer` interface.

The `GetObject` method is not longer used by
the HTTP handlers implementing the high-level
S3 semantics. Instead, they use the `GetObjectNInfo`
method which returns both, an object handle as well
as the object metadata.

Therefore, it is no longer necessary that a concrete
`ObjectLayer` implements `GetObject`.
2021-02-26 09:52:02 -08:00
..
azure remove GetObject from ObjectLayer interface (#11635) 2021-02-26 09:52:02 -08:00
gcs remove GetObject from ObjectLayer interface (#11635) 2021-02-26 09:52:02 -08:00
hdfs remove GetObject from ObjectLayer interface (#11635) 2021-02-26 09:52:02 -08:00
nas feat: migrate to ROOT_USER/PASSWORD from ACCESS/SECRET_KEY (#11185) 2021-01-05 10:22:57 -08:00
s3 remove GetObject from ObjectLayer interface (#11635) 2021-02-26 09:52:02 -08:00
gateway.go Remove B2 gateway implementation (#9547) 2020-05-07 19:00:30 -07:00