Skip to main content

Creating and Managing Buckets in Storin

About Storin

Storin is Saveincloud's Object Storage solution,
compatible with the S3 API.

It allows storing and retrieving files (objects) in a scalable,
secure, and highly durable way, making it ideal for:

  • Backups
  • Static file storage
  • Logs
  • Application files
  • Integration with S3-compatible tools

Storin uses the concept of buckets, which act as
containers where files (objects) are stored.


Quick Concepts

Before starting:

  • Bucket → Logical container where files are stored\
  • Object → File stored inside a bucket\
  • Prefix → Logical "folder" structure inside the bucket\
  • Endpoint → URL of the S3 service
  • Access Key / Secret Key → Access credentials

Creating a Bucket

  1. Access the Storin panel.

Tela inicial do Storin

  1. Click on Create Bucket.

  2. Select the Region and enter a name for the bucket.

Tela de criação de Bucket do Storin

Attention

In Advanced Settings, there is the Public Access option.
When enabled, this option allows any user on the internet to access the bucket.
It is recommended to keep this option disabled, allowing access only through credentials and access policies.

  1. Click Create Bucket to finish the creation. It will open directly inside the created Bucket, which will be empty.
  • Use only lowercase letters
  • Numbers are allowed
  • Hyphens are allowed (-)
  • Do not use spaces
  • Avoid special characters

Examples of valid names

  • backup-producao
  • arquivos-app
  • logs-sistema
  • imagens-produto
Technical suggestion

Since Storin is compatible with S3, following these naming rules ensures compatibility with various tools.
Among them:

  • AWS CLI
  • S3cmd
  • Rclone
    These tools will be able to access and manage buckets normally using the S3 API.

Accessing a Bucket

On the home screen, all Buckets will be listed. Click on the bucket name to view its contents.

If it is a newly created bucket, it will be empty.


Uploading Files

Tela dentro do Bucket vazio do Storin

  1. Inside the bucket, click Upload (or Add Files).
  2. Select the desired file.
  3. Confirm the upload.

After uploading, the file will be listed as an object inside the bucket.


Creating "Folders" (Prefixes)

Tela Bucket criar pastas do Storin

Object Storage does not have physical folders but uses prefixes
for organization.

To organize files, upload them with a structure like:

first-bucket/project1/logo.png clients/client1/document.pdf backups/2025-01-10/backup.sql

Tela criação pastas do Storin

This will create a hierarchical view inside the bucket.


Downloading Files

  1. Select the desired object.

Tela Bucket baixar objeto do Storin

  1. Click Download.

The file will be downloaded to your local machine.


Removing Objects

To delete a file:

  1. Select the object (or hover over it).

Tela Bucket excluir objeto do Storin

  1. Click Delete.
  2. Confirm the action.

⚠️ Attention: deletion is permanent unless versioning is enabled.


Deleting a Bucket

To remove a bucket:

  1. Make sure it is empty.
  2. Select the bucket, click the 3 dots, and select Remove.

Bucket vazio para excluir do Storin

  1. To delete, it will ask you to type the name of the Bucket you want to delete to confirm.

Confirmar nome para excluir Bucket do Storin

  1. After typing the exact Bucket name, click Remove again to delete.
  2. Confirm the operation.

A bucket can only be removed if it contains no objects or folders.


Best Practices

  • Separate buckets by environment (e.g., app-prod, app-hml)
  • Use prefixes to organize by application or client
  • Avoid using a single bucket for multiple systems without organization
  • Use specific access policies for each application

📚 Documentation and Resources

🧠 Support

If you have questions or need help with configuration, contact Saveincloud support through the channels available on the platform.