mirror of
https://github.com/minio/minio.git
synced 2025-11-28 13:09:09 -05:00
Add bucket to be part of object struct, reply back with BucketNotFound
for erroneous Object Put requests. Other minor cleanups, to follow - https://github.com/golang/go/wiki/CodeReviewComments
This commit is contained in:
@@ -40,6 +40,7 @@ type BucketMetadata struct {
|
||||
}
|
||||
|
||||
type ObjectMetadata struct {
|
||||
Bucket string
|
||||
Key string
|
||||
Created time.Time
|
||||
Size int
|
||||
|
||||
Reference in New Issue
Block a user