mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
gateway/gcs: Change in multipart backend format (#4455)
This commit is contained in:
committed by
Harshavardhana
parent
f99f218999
commit
3928c1e14c
@@ -29,7 +29,7 @@ func toGCSPublicURL(bucket, object string) string {
|
||||
}
|
||||
|
||||
// AnonPutObject creates a new object anonymously with the incoming data,
|
||||
func (l *gcsGateway) AnonPutObject(bucket string, object string, size int64, data io.Reader, metadata map[string]string, sha256sum string) (ObjectInfo, error) {
|
||||
func (l *gcsGateway) AnonPutObject(bucket, object string, size int64, data io.Reader, metadata map[string]string, sha256sum string) (ObjectInfo, error) {
|
||||
|
||||
return ObjectInfo{}, NotImplemented{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user