Skip to main content

Начало работы с хранилищем S3 в гибридном облаке RackCorp

В этом документе будут рассмотрены основы использования службы хранилища RackCorp S3, включая настройку ключей и секретов доступа (access key and secret), создание корзин и передачу файлов/управление ими с помощью ряда сторонних клиентских приложений в Windows.

Есть несколько способов разместить ваши файлы на RackCorp S3. Этот документ посвящен клиентам Windows, но большинство приложений также доступны для Mac.

  • Приложения вида FTP (браузер)
  • Приложения с установленной буквой диска (диск)
  • Доступ к API для современных веб-приложений.

Вы можете свободно использовать S3-совместимые приложения по вашему выбору, хотя следующие приложения проверены нашим сервисом и для которых мы можем предоставить ограниченную поддержку и помощь.

Thi

MAC

LINUX

FileZilla Pro Payware

FileZilla Pro Payware

FileZilla Pro Payware

Cyberduck (Browser) Free 

Cyberduck (Browser) Free

 

Mountain Duck (Drive) Trial

Mountain Duck (Drive) Trial

 

CloudBerry MSP360 Explorer Free

Cloudberry MSP360 Explorer Free

 

CloudBerry MSP360 Drive Trial

 

TNT Drive Trial

S3Browser Freeware

 

 

ХРАНЕНИЕ ОБЪЕКТОВ

  • S3-совместимое хранилище объектов содержит одну или несколько корзин (bucket) хранилища; каждая корзина содержит несколько виджетов.
  • Каждому виджету присвоен свой уникальный идентификатор.
  • Каждый виджет имеет некоторые метаданные, описывающие атрибуты объекта, такие как даты или версии.
  • Внутри каждого виджета есть данные, к которым мы хотим получить доступ.
  • Мы можем сортировать виджеты, находящиеся в этих корзинах, пока не найдем тот, который ищем.

1. Создайте свои учетные данные S3 на портале RackCorp.

Вкладка Storage на портале RackCorp Portal управляет вашими УЧЕТНЫМИ ДАННЫМИ (CREDENTIALS) и КОРЗИНАМИ (BUCKETS)

image-1637553738059.png

Считайте свой ключ доступа (access key) своим именем пользователя
Считайте свой "секретный" ключ (secret) своим паролем.

 

Once you have created or updated your key, a summary result is displayed. A progress spinner is displayed while your keys are generated and a green tick means they are ready to view.


image-1637553832034.png

Click on the access key to retrieve your access key and secret. This is a ONE-TIME PROCESS.

image-1637553897192.png

TAKE A NOTE OF YOUR ‘SECRET’ DISPLAYED IN THIS POPUP.
It is NOT retrievable.

 

You now have the three elements needed to securely access your files in RackCorp S3

  • Your endpoint URL: For some of our customers we will setup a custom URL, In this document we will use s3.rackcorp.com as an example.

  • Your ACCESS KEY : Retrievable from the portal

  • Your SECRET : A one-time code displayed in the portal

 

In RackCorp S3, there is a many to many relationship between access keys and buckets. This means all keys created under a customer can access all the buckets created under that customer.

 


2. Create your S3 buckets.


For bucket names please use alphanumeric characters, dash and no spaces.

 

If these do not suit you contact our support department who can define manual region rules for you. An example S3 Region might be “Australia”, which would encompass several physically distinct data storage locations; “Australia - East” for NSW and Victoria or “Philippines and Hong Kong”. The field has been pre-populated with two of our NSW datacentres, a Sydney region covering both as well as Thailand.

 

You could typically use this option to enable public web content

PUBLIC ENABLE  = No key is required to access the bucket.

PUBLIC DISABLE = Access key is required to access the bucket.

 


3. Configure your S3 application with your credentials.

 We will demonstrate two types of windows applications as client examples for RackCorp S3. A ‘FTP’ style application and a drive-letter type app, where buckets are mounted as windows drive letters, allowing files to be natively accessed by windows applications without having to GET or PUT them from the S3 server first.

S3 Applications

 

FileZilla Pro Payware

https://filezillapro.com/

Cyber Duck (Browser) Freeware

https://cyberduck.io/

Mountain Duck (Drive) Trial

https://mountainduck.io/

CloudBerry MSP360 Explorer Freeware

https://www.msp360.com/explorer.aspx

CloudBerry MSP360 Drive Trial

https://www.msp360.com/drive.aspx

TNT Drive Trial

https://tntdrive.com/

S3Browser Freeware

https://s3browser.com/

These require your files to be downloaded to your computer and then uploaded back to the server when needed.

These types of clients are ideal for managing files that are not often edited and for which you may require additional features to manipulate your files and buckets.

 

Accounts -> Add New Account to setup your keys in the client

For ‘S3 Browser’, simply drag and drop your files between your PC and your bucket. 

We can see here that our credential has access to two buckets as that’s what we created in the portal.

These applications mount each bucket a driver letter in windows explorer, allowing you to manage your files as if they are native in your windows system. Downloads/uploads occur when you copy files to/from that particular drive letter/bucket.

These are better for managing large numbers of content rich files that would be edited by the end user such as photos text or video, and for who would like ease of use.

image-1637554395262.png

4. Advanced Features

 This document is intended to get you up and running with the RackCorp S3 Storage service using popular Windows client applications.

To use advanced features like file versioning, encryption, Access Control Lists, cross-region replication, Transfer Acceleration, bucket logging and API access, please contact your account manager for additional information. These features may require specific settings or regions to work.

 

Document History:

005: Multi Language support

004: Add support and usage guidance for Cyber Duck and Mountain Duck from iterate GmbH