Skip to content
Snippets Groups Projects
Commit 483834c6 authored by Milan's avatar Milan
Browse files

Add cloudberry + fixes

parent 3eb58970
No related branches found
No related tags found
No related merge requests found
object-storage/cloudberry-screenshots/cloudberry1.png

101 KiB

object-storage/cloudberry-screenshots/cloudberry2.png

157 KiB

object-storage/cloudberry-screenshots/cloudberry3.png

140 KiB

object-storage/cloudberry-screenshots/cloudberry4.png

71.5 KiB

object-storage/cloudberry-screenshots/cloudberry5.png

44.7 KiB

---
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.!
![](rclone-screenshots/cloudberry1.png){ style="display: block; margin: 0 auto" }
In the next window Select Cloud Storage - **1. S3 compatible option**.
![](rclone-screenshots/cloudberry2.png){ style="display: block; margin: 0 auto" }
In the next step you have to fill in S3 credentials including the S3 endpoint.
![](rclone-screenshots/cloudberry3.png){ 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.
![](rclone-screenshots/cloudberry4.png){ style="display: block; margin: 0 auto" }
First you need to **1. Create new bucket** and then you can upload your data into it.
![](rclone-screenshots/cloudberry4.png){ style="display: block; margin: 0 auto" }
...@@ -15,7 +15,7 @@ In the following section you can find recommended S3 clients. For all S3 clients ...@@ -15,7 +15,7 @@ In the following section you can find recommended S3 clients. For all S3 clients
## S3 Browser (Windows) ## 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). [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). [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) ## AWS-CLI (Linux, Windows)
......
...@@ -8,3 +8,13 @@ languages: ...@@ -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) Detail documentation for Object Storage services could be found at [du.cesnet.cz](https://du.cesnet.cz/en/navody/object_storage/start)
![](rclone-screenshots/rclone-gui-s3-2.png){ 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment