diff --git a/object-storage/cloudberry-screenshots/cloudberry1.png b/object-storage/cloudberry-screenshots/cloudberry1.png new file mode 100644 index 0000000000000000000000000000000000000000..26797c8107590c59451bce2a07b21d12410692ae Binary files /dev/null and b/object-storage/cloudberry-screenshots/cloudberry1.png differ diff --git a/object-storage/cloudberry-screenshots/cloudberry2.png b/object-storage/cloudberry-screenshots/cloudberry2.png new file mode 100644 index 0000000000000000000000000000000000000000..0d146f2c394187ab4b7f4bebe53d99236d1bdae0 Binary files /dev/null and b/object-storage/cloudberry-screenshots/cloudberry2.png differ diff --git a/object-storage/cloudberry-screenshots/cloudberry3.png b/object-storage/cloudberry-screenshots/cloudberry3.png new file mode 100644 index 0000000000000000000000000000000000000000..2a76fd1f53b3dd854eedace1109e680d44cea901 Binary files /dev/null and b/object-storage/cloudberry-screenshots/cloudberry3.png differ diff --git a/object-storage/cloudberry-screenshots/cloudberry4.png b/object-storage/cloudberry-screenshots/cloudberry4.png new file mode 100644 index 0000000000000000000000000000000000000000..1f4d30b31871c6d29d46a6a2faf0f04e204d9b3f Binary files /dev/null and b/object-storage/cloudberry-screenshots/cloudberry4.png differ diff --git a/object-storage/cloudberry-screenshots/cloudberry5.png b/object-storage/cloudberry-screenshots/cloudberry5.png new file mode 100644 index 0000000000000000000000000000000000000000..8b0475cfbd85023441ed6d15ce226393d4070b3f Binary files /dev/null and b/object-storage/cloudberry-screenshots/cloudberry5.png differ diff --git a/object-storage/cloudberry.md b/object-storage/cloudberry.md new file mode 100644 index 0000000000000000000000000000000000000000..96937d7f25c05d140e20c556068c382abfee6c5d --- /dev/null +++ b/object-storage/cloudberry.md @@ -0,0 +1,37 @@ +--- +languages: + - en + - cs +--- + +# CloudBerry Explorer for Amazon S3 + +[CloudBerry Explorer](https://cloudberry-explorer-for-amazon-s3.en.softonic.com/) is an intuitive file explorer that helps you manage your S3 account as if it were another folder on your local drive. The program has a double-pane interface and acts as an FTP client, with each window dedicated to a single folder. These locations are not fixed and can be switched to suit your current task: a local computer and a remote S3 server, two local folders, or even two S3 accounts. + +## Cloudberry Installation +You can use exe installer from [the oficial websites of Cloudberry](https://cloudberry-explorer-for-amazon-s3.en.softonic.com/). When you start the program, it will be always informed about the registration options. Registration is free. Then you receive the key via e-mail and then all pop-ups are avoided. + +!!! warning + CloudBerry in the FREE Version does not support Multipart Upload and Multithreading, which means that it cannot work with files larger than 5GB. Encryption and compression is also enabled in the PRO version. + +## Cloudberry Configuration +Storage configuration can be done via **1. File** menu, where you select **2 Add New Account**. Do not select the Amazon S3 Accounts option, as it does not have the option of entering a service point etc.! + +{ style="display: block; margin: 0 auto" } + +In the next window Select Cloud Storage - **1. S3 compatible option**. + +{ style="display: block; margin: 0 auto" } + +In the next step you have to fill in S3 credentials including the S3 endpoint. + +{ style="display: block; margin: 0 auto" } + +Then you can start to upload your data. From the **1. Source selector** you will select your **2. S3 account**, which has been previously configured. + +{ style="display: block; margin: 0 auto" } + +First you need to **1. Create new bucket** and then you can upload your data into it. + +{ style="display: block; margin: 0 auto" } + diff --git a/object-storage/s3-clients.md b/object-storage/s3-clients.md index 500193f07d3a20b1007059202db6601778480a64..f5f654e461979eea16a3da1dd209a79cb0168152 100644 --- a/object-storage/s3-clients.md +++ b/object-storage/s3-clients.md @@ -15,7 +15,7 @@ In the following section you can find recommended S3 clients. For all S3 clients ## S3 Browser (Windows) [S3 Browser](https://s3browser.com/) is a freeware tool for Windows to manage your S3 storage, upload and download data. You can manage up to two user accounts (S3 account) for free. [The Guide for S3 Browser](s3browser.md). -## CloudBerry Explorer for Amazon S3 +## CloudBerry Explorer for Amazon S3 (Windows) [CloudBerry Explorer](https://cloudberry-explorer-for-amazon-s3.en.softonic.com/) is an intuitive file browser for your S3 storage. It has two windows so in one you can see the local disk and in the second you can see the remote S3 storage. Between these two windows, you can drag and drop your files. [The guide for CloudBerry explorer](cloudberry.md). ## AWS-CLI (Linux, Windows) diff --git a/object-storage/template.md b/object-storage/template.md index aaab98309911156b9d6895c98f4d3c13eaf7ab12..7df09ba8ba2b76253a1766a7aca85efe49783af1 100644 --- a/object-storage/template.md +++ b/object-storage/template.md @@ -8,3 +8,13 @@ languages: Detail documentation for Object Storage services could be found at [du.cesnet.cz](https://du.cesnet.cz/en/navody/object_storage/start) +{ style="display: block; margin: 0 auto" } + +!!! warning + To be able to configure the rclone tool using this guide **first, you have to download, unzip and install rclone**, the guide can be found in the [first section](#downloading-and-installation-of-rclone-tool). + +???+ note "Command line in Windows and Linux" + **Windows users** need to run **Command Prompt** and then run the command below. + **Linux users** can open the **terminal window** and then run the command below. + +