mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03: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