You can store files in S3 cloud storage. To get started, you will need additional software — an S3 client.
To begin using the storage, create an S3 user or access credentials in your user account.
Creating an S3 user and Connection Credentials:
Navigate to S3 User Management to create a new user.
Specify the S3 ID and User Name (you can choose any name).
Once the user is created, the Access Key and Secret Key will be generated and displayed.
Go to Login Credentials to generate login details.
All fields will be filled in automatically; simply save the credentials.
The Access and Secret keys will also be available there.
Use any S3 client to connect to S3 storage, such as S3 Browser.
Setting Up S3 Browser
Follow these steps to configure the S3 Browser:
Open the Accounts menu and select Add New Account.
Fill out the fields on the "New User" page:
Display Name: Enter any name (this is for local display only).
Account Type: Choose "S3 Compatible Storage."
REST Endpoint: Enter https://api.immers.cloud:8080.
Access Key ID: Use the Access Key from the S3 user details.
Secret Access Key: Use the Secret Key from the S3 user details.
Advanced Settings:
Set the Addressing Model to Path Style.
Save the configuration.
Click Next, then Add New Account.
Your account is now ready. You can create buckets (referred to as "baskets" in the interface) and upload files.
Managing Buckets
Buckets are displayed on the website in the Buckets Section.
You can monitor your bucket activity in the Bucket Operations Section.
At this stage, you should already have an Access key and a Secret key.
s3cmd --configureapi.immers.cloud:8080%.api.immers.cloud:8080List of basic s3cmd commands:
s3cmd mb s3://test (the name must consist of lowercase letters)s3cmd lss3cmd put file.zip s3://test/file.zips3cmd info s3://test/file.zips3cmd du s3://test/file.zips3cmd rm s3://test/file.zips3cmd rb s3://test -r