diff --git a/content/docs/object-storage-s3/s3-clients.mdx b/content/docs/object-storage-s3/s3-clients.mdx index 1f5ccf0b..ac74cd02 100644 --- a/content/docs/object-storage-s3/s3-clients.mdx +++ b/content/docs/object-storage-s3/s3-clients.mdx @@ -4,8 +4,8 @@ title: Favorite S3 service clients The following section provides a list of recommended S3 clients. All S3 clients require the S3 credentials `access_key` and `secret_key` as well as the [S3 endpoint address](../introduction/description.mdx#datacenters). -## S3 Browser (GUI Windows) -[S3 Browser](https://s3browser.com/) is a free tool for Windows that allows you to manage your S3 storage, as well as upload and download data. It supports managing up to two user accounts (S3 account) at no cost. [The Guide for S3 Browser](./s3browser). +## CS Browser (formerly *S3 Browser*)) (GUI Windows) +[CS Browser](https://s3browser.com/) (known as *S3 Browser* before August 2026) is a free tool for Windows that allows you to manage your S3 storage, as well as upload and download data. It supports managing up to two user accounts (S3 account) at no cost. [The Guide for CS Browser](./s3browser). ## CloudBerry Explorer for Amazon S3 (GUI Windows) [CloudBerry Explorer](https://cloudberry-explorer-for-amazon-s3.en.softonic.com/) is an intuitive file browser for your S3 storage. It features a dual-pane interface, allowing you to view your local disk in one window and your remote S3 storage in the other. You can easily drag and drop files between the two panes. [The guide for CloudBerry explorer](./cloudberry). diff --git a/content/docs/object-storage-s3/s3browser.mdx b/content/docs/object-storage-s3/s3browser.mdx index ac6e849a..700bbd7c 100644 --- a/content/docs/object-storage-s3/s3browser.mdx +++ b/content/docs/object-storage-s3/s3browser.mdx @@ -1,8 +1,8 @@ --- -title: S3 Browser +title: CS Browser (S3 Browser) --- -[S3 Browser](https://s3browser.com/) is a powerful and user-friendly freeware client for S3 storage on Windows. It allows you to manage up to two S3 accounts at no cost. +[*CS Browser* (known as *S3 Browser* before August 2026)](https://s3browser.com/) is a powerful and user-friendly freeware client for S3 storage on Windows. It allows you to manage up to two S3 accounts at no cost. Please use the official package on S3 for installation. [Browser webpages](https://s3browser.com/download.aspx). @@ -28,14 +28,10 @@ Next, enter a **Display name** for your connection to help with identification i If you need to upload and download large objects (typically larger than 5GB) you need to configure so-called multipart uploads/downloads. In this process, a large object is divided into multiple parts, which are then uploaded or downloaded separately. This functionality can also optimize the data throughput. On the storage system, the object is represented as a single entity once the process is complete. -Open the S3 Browser tool and then click on **1. Tools** in the main menu, followed by **2. Options**. +Open the *CS Browser* tool and then click on **1. Tools** in the main menu, followed by **2. Options**. ![s3client](/img/data-care/s3browser/s3b-multipart1.png) 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**. ![s3client](/img/data-care/s3browser/s3b-multipart2.png) - - - -