mirror of
https://github.com/minio/minio.git
synced 2025-11-28 13:09:09 -05:00
Adding HEAD verb to minioapi
This commit is contained in:
@@ -28,7 +28,7 @@ type Storage interface {
|
||||
ListBuckets(prefix string) []BucketMetadata
|
||||
|
||||
// Object Operations
|
||||
GetObjectMetadata(bucket string, object string) ObjectMetadata
|
||||
GetObjectMetadata(bucket string, object string) (ObjectMetadata, error)
|
||||
CopyObjectToWriter(w io.Writer, bucket string, object string) (int64, error)
|
||||
StoreObject(bucket string, key string, data io.Reader) error
|
||||
ListObjects(bucket, prefix string, count int) []ObjectMetadata
|
||||
|
||||
Reference in New Issue
Block a user