mirror of
https://github.com/minio/minio.git
synced 2024-04-21 12:41:46 +00:00
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.