mirror of
https://github.com/minio/docs.git
synced 2025-07-27 08:41:57 +03:00
Server RELEASE.2022-02-16, sync go API
This commit is contained in:
@ -512,7 +512,7 @@ __Parameters__
|
||||
|`bucketName` | _string_ |Name of the bucket |
|
||||
|`objectName` | _string_ |Name of the object |
|
||||
|`reader` | _io.Reader_ |Any Go type that implements io.Reader |
|
||||
|`objectSize`| _int64_ |Size of the object being uploaded. Pass -1 if stream size is unknown |
|
||||
|`objectSize`| _int64_ |Size of the object being uploaded. Pass -1 if stream size is unknown (Warning: passing -1 will allocate a large amount of memory) |
|
||||
|`opts` | _minio.PutObjectOptions_ | Allows user to set optional custom metadata, content headers, encryption keys and number of threads for multipart upload operation. |
|
||||
|
||||
__minio.PutObjectOptions__
|
||||
|
Reference in New Issue
Block a user