1
0
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:
Ravind Kumar
2022-02-16 15:58:38 -05:00
parent bb67ca1b1e
commit e55032fe62
2 changed files with 6 additions and 6 deletions

View File

@ -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__