mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
Server RELEASE.2022-02-16, sync go API
This commit is contained in:
@ -137,10 +137,10 @@ rst_prolog = """
|
|||||||
.. |podman| replace:: `Podman <https://podman.io/>`__
|
.. |podman| replace:: `Podman <https://podman.io/>`__
|
||||||
.. |kes-stable| replace:: 0.16.1
|
.. |kes-stable| replace:: 0.16.1
|
||||||
|
|
||||||
.. |minio-tag| replace:: `RELEASE.2022-02-07T08-17-33Z <https://github.com/minio/minio/releases/tag/RELEASE.2022-02-07T08-17-33Z>`__
|
.. |minio-tag| replace:: `RELEASE.2022-02-16T00-35-27Z <https://github.com/minio/minio/releases/tag/RELEASE.2022-02-16T00-35-27Z>`__
|
||||||
.. |minio-latest| replace:: RELEASE.2022-02-07T08-17-33Z
|
.. |minio-latest| replace:: RELEASE.2022-02-16T00-35-27Z
|
||||||
.. |minio-rpm| replace:: https://dl.min.io/server/minio/release/linux-amd64/minio-20220207081733.0.0.x86_64.rpm
|
.. |minio-rpm| replace:: https://dl.min.io/server/minio/release/linux-amd64/minio-20220216003527.0.0.x86_64.rpm
|
||||||
.. |minio-deb| replace:: https://dl.min.io/server/minio/release/linux-amd64/minio_20220207081733.0.0_amd64.deb
|
.. |minio-deb| replace:: https://dl.min.io/server/minio/release/linux-amd64/minio_20220216003527.0.0_amd64.deb
|
||||||
.. |subnet| replace:: `MinIO SUBNET <https://min.io/pricing?jmp=docs>`
|
.. |subnet| replace:: `MinIO SUBNET <https://min.io/pricing?jmp=docs>`
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
@ -512,7 +512,7 @@ __Parameters__
|
|||||||
|`bucketName` | _string_ |Name of the bucket |
|
|`bucketName` | _string_ |Name of the bucket |
|
||||||
|`objectName` | _string_ |Name of the object |
|
|`objectName` | _string_ |Name of the object |
|
||||||
|`reader` | _io.Reader_ |Any Go type that implements io.Reader |
|
|`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. |
|
|`opts` | _minio.PutObjectOptions_ | Allows user to set optional custom metadata, content headers, encryption keys and number of threads for multipart upload operation. |
|
||||||
|
|
||||||
__minio.PutObjectOptions__
|
__minio.PutObjectOptions__
|
||||||
|
Reference in New Issue
Block a user