diff --git a/index.md b/index.md
index 55e39d0b0aaabf5938c9417f39977fda81aece1d..1213a8c62a4f49d97cfda8119904006102e49747 100644
--- a/index.md
+++ b/index.md
@@ -29,7 +29,6 @@ Data Management Services is a portfolio of services allowing to facilitate the w
 
     Do you need common **Object Storage Services**?
 
-    [:octicons-arrow-right-24: S3 Service](https://du.cesnet.cz/en/navody/object_storage/start)   
     [:octicons-arrow-right-24: RBD Service](https://du.cesnet.cz/en/navody/sluzby/start)   
 <!---    
 [:octicons-arrow-right-24: Account properties and lifecycle](/account/properties)   
diff --git a/object-storage/s3browser-screenshots/s3b-multipart1.png b/object-storage/s3browser-screenshots/s3b-multipart1.png
new file mode 100644
index 0000000000000000000000000000000000000000..89fe2d2acfbe985aa46aa572455ef7a8aaa73e35
Binary files /dev/null and b/object-storage/s3browser-screenshots/s3b-multipart1.png differ
diff --git a/object-storage/s3browser-screenshots/s3b-multipart2.png b/object-storage/s3browser-screenshots/s3b-multipart2.png
new file mode 100644
index 0000000000000000000000000000000000000000..4378e42d78895303a5b506ee442489d441edd0a2
Binary files /dev/null and b/object-storage/s3browser-screenshots/s3b-multipart2.png differ
diff --git a/object-storage/s3browser-screenshots/s3browser1.png b/object-storage/s3browser-screenshots/s3browser1.png
new file mode 100644
index 0000000000000000000000000000000000000000..9596e9cd3263748011b2e77a6064e84e974bf990
Binary files /dev/null and b/object-storage/s3browser-screenshots/s3browser1.png differ
diff --git a/object-storage/s3browser-screenshots/s3browser2.png b/object-storage/s3browser-screenshots/s3browser2.png
new file mode 100644
index 0000000000000000000000000000000000000000..fd136cb9f43a79fa33c34a596b7b1e0a81f258cb
Binary files /dev/null and b/object-storage/s3browser-screenshots/s3browser2.png differ
diff --git a/object-storage/s3browser-screenshots/s3browser3.png b/object-storage/s3browser-screenshots/s3browser3.png
new file mode 100644
index 0000000000000000000000000000000000000000..0566fef844235b95058dc0aa2499078b3df14c0b
Binary files /dev/null and b/object-storage/s3browser-screenshots/s3browser3.png differ
diff --git a/object-storage/s3browser-screenshots/s3browser4.png b/object-storage/s3browser-screenshots/s3browser4.png
new file mode 100644
index 0000000000000000000000000000000000000000..0d7a018beab4c1f131d50e845bdf1faa167b5ddb
Binary files /dev/null and b/object-storage/s3browser-screenshots/s3browser4.png differ
diff --git a/object-storage/s3browser.md b/object-storage/s3browser.md
new file mode 100644
index 0000000000000000000000000000000000000000..206fee4d39221604010b5798e5b40e9086927167
--- /dev/null
+++ b/object-storage/s3browser.md
@@ -0,0 +1,45 @@
+---
+languages:
+  - en
+  - cs
+---
+
+# S3 Browser
+
+[S3 Browser](https://s3browser.com/) is a freeware powerful and easy-to-use Windows client for S3 storage. You can manage up to two S3 accounts for free.
+
+For installation please use the official package on the S3 [Browser webpages](https://s3browser.com/download.aspx).
+
+## Basic configuration
+
+Storage settings are made via the **Accounts** button in the left part of the program window.
+
+![](s3browser-screenshots/s3browser1.png){ style="display: block; margin: 0 auto" }
+
+Then select **Add new account**
+
+![](s3browser-screenshots/s3browser2.png){ style="display: block; margin: 0 auto" }
+
+In the following window, select **S3 Compatible Storage**
+
+![](s3browser-screenshots/s3browser3.png){ style="display: block; margin: 0 auto" }
+
+Then fill in **Display name** which is your connection name for better orientation, if you have multiple accounts. Then the **server s3.clX.du.cesnet.cz (clX - X according to the provided storage)** And keys: **Access Key ID = acces_key** and **Secret Access Key = secret_key by**. By clicking on **Add new account** the settings will be saved.
+
+![](s3browser-screenshots/s3browser4.png){ style="display: block; margin: 0 auto" }
+
+## Multipart upload/download configuration
+
+If you need to upload and download large objects (typically larger than 5GB) you need to configure so-called multipart uploads/downloads. A large object is divided into multiple parts and then uploaded/downloaded. This functionality can also optimize the data throughput. On the data storage system are the objects represented as one object again.
+
+Open the tool S3 Browser and then click in the main menu on **1. Tools** and then on **2. Options**.
+
+![](s3browser-screenshots/s3b-multipart1.png){ style="display: block; margin: 0 auto" }
+
+Then click on the bookmark **1. General**. Then tick the box **2. Enable multipart uploads** and define the `part` size for upload. Then tick the box **3. Enable multipart downloads** and define the `part` size for download. In the end, click on the button **4. Save changes**.
+
+![](s3browser-screenshots/s3b-multipart2.png){ style="display: block; margin: 0 auto" }
+
+
+
+