diff --git a/source/conf.py b/source/conf.py
index 46d87ad9..3e9d993c 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -137,10 +137,10 @@ rst_prolog = """
.. |podman| replace:: `Podman `__
.. |kes-stable| replace:: 0.16.1
-.. |minio-tag| replace:: `RELEASE.2022-02-07T08-17-33Z `__
-.. |minio-latest| replace:: RELEASE.2022-02-07T08-17-33Z
-.. |minio-rpm| replace:: https://dl.min.io/server/minio/release/linux-amd64/minio-20220207081733.0.0.x86_64.rpm
-.. |minio-deb| replace:: https://dl.min.io/server/minio/release/linux-amd64/minio_20220207081733.0.0_amd64.deb
+.. |minio-tag| replace:: `RELEASE.2022-02-16T00-35-27Z `__
+.. |minio-latest| replace:: RELEASE.2022-02-16T00-35-27Z
+.. |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_20220216003527.0.0_amd64.deb
.. |subnet| replace:: `MinIO SUBNET `
-"""
\ No newline at end of file
+"""
diff --git a/source/sdk/go/API.md b/source/sdk/go/API.md
index 39299976..c5c90abf 100644
--- a/source/sdk/go/API.md
+++ b/source/sdk/go/API.md
@@ -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__