Storing objects with Object Storage and Transmit 5
- object-storage
- management
- Transmit-5
Transmit 5 - Overview
Object Storage allows you to store any kind of object (documents, images, videos, etc.) and retrieve them at a later time from anywhere.
For instance, you can store images and they will be accessible using HTTPS. You can use the control panel to manage your storage. Some tools exist to interact with Object Storage.
You may need certain IAM permissions to carry out some actions described on this page. This means:
- you are the Owner of the Scaleway Organization in which the actions will be carried out, or
- you are an IAM user of the Organization, with a policy granting you the necessary permission sets
- You have an account and are logged into the Scaleway console
- You have generated your API key
Retrieving your credentials
To access Object Storage using s3md, you need to configure your API key.
Downloading Transmit
Transmit is a powerful and easy-to-use solution to manage Object Storage from your Mac. It provides a clean and straightforward interface to create, list and delete buckets, download, upload, and delete objects inside the Object Storage.
Configuring Transmit
-
Open the application. On the right hand side you see the remote server list.
-
Click
+
to create a new server profile. -
Choose Amazon S3 in the list of service types and name the profile. Confirm by clicking Next:
-
Enter the following information in the form and Save it:
- Address:
s3.REGION.scw.cloud
- Port:
443
- Access Key ID: your Access key
- Secret: your Secret key
- Root URL:
https://s3.REGION.scw.cloud
Important:Edit the Address and Root URL parameters to the region of your bucket. It can either be
fr-par
(Paris, France),nl-ams
(Amsterdam, The Netherlands) orpl-waw
(Warsaw, Poland). - Address:
-
Log in to the server:
You can now create a bucket and store objects inside. A bucket name must contain only alphanumeric and lowercase characters.