minio/cmd/gateway
Aditya Manthramurthy e6d740ce09 Implement GetObjectNInfo object layer call (#6290)
This combines calling GetObjectInfo and GetObject while returning a
io.ReadCloser for the object's body. This allows the two operations to
be under a single lock, fixing a race between getting object info and
reading the object body.
2018-08-27 15:28:23 +05:30
..
azure Implement GetObjectNInfo object layer call (#6290) 2018-08-27 15:28:23 +05:30
b2 Implement GetObjectNInfo object layer call (#6290) 2018-08-27 15:28:23 +05:30
gcs Implement GetObjectNInfo object layer call (#6290) 2018-08-27 15:28:23 +05:30
manta Implement GetObjectNInfo object layer call (#6290) 2018-08-27 15:28:23 +05:30
nas load bucket policies using object layer API (#6084) 2018-06-27 12:29:48 +05:30
oss Implement GetObjectNInfo object layer call (#6290) 2018-08-27 15:28:23 +05:30
s3 Implement GetObjectNInfo object layer call (#6290) 2018-08-27 15:28:23 +05:30
sia Implement GetObjectNInfo object layer call (#6290) 2018-08-27 15:28:23 +05:30
gateway.go Add NAS gateway support (#5516) 2018-02-20 12:21:12 -08:00