Quickstart
Get started quickly with Glesys Object Storage, a fully S3-compatible storage solution that allows you to reliably store and access unlimited data in the cloud.
Create an object storage instance
Click Object storage in the menu to the left in the control panel.
Click Create.
Choose a data center.
Write a short description for the instance.
Choose whether you want to add a default bucket to your instance (you'll need at least one bucket to save files).
Click Create new instance.
Note down the information presented to you. Most importantly, save the secret key as it will not be shown again!
Access the object storage instance
There are numerous S3 tools that work with an object storage instance. Here, we'll cover the most common, s3cmd.
Start by running
s3cmd --configurein a terminal. This will start an interactive guide to configures3cmdto work with your object storage instance.When prompted, type your access key and secret key.
For the default region, type
dc-fbg1if your instance is located in Falkenberg, anddc-sto1if it's located in Stockholm.For S3 Endpoint, type
objects.dc-fbg1.glesys.netif your instance is located in Falkenberg, andobjects.dc-sto1.glesys.netif your instance is located in Stockholm.For DNS-style, type
(%bucket).objects.dc-fbg1.glesys.netif your instance is located in Falkenberg, and(%bucket).objects.dc-sto1.glesys.netif your instance is located in Stockholm.For the remaining prompts, press Enter to accept the defaults until you reach Save settings. For a more advanced setup, see the how-to for creating an instance.
When asked to save the settings, type
yand press Enter.Test the command by typing
s3cmd ls. If everything has worked, you should now see the initial bucket in the list.
Delete an object storage instance
Deleting an object storage instance will delete all buckets and files within that instance.
Click Object storage in the left-hand menu of the control panel.
Click the three dots next to the object storage instance you want to delete.
Click Delete instance.
Type the name of the instance in the text field to confirm that you want to delete it. Then, click Delete.
Last updated
Was this helpful?