What is Object Storage?
Object Storage is an S3-compatible storage solution designed to efficiently manage vast volumes of unstructured data. Unlike traditional storage architectures, it defines data as unique units, each encapsulated with metadata and a distinct identifier, enabling precise location and retrieval of each unit of data.
This model ensures efficient scalability and durability, ideal for supporting diverse cloud applications, including managing ML datasets, hosting multimedia content, and serving as a robust foundation for data archives and backups. Object Storage guarantees fast, reliable access to data, catering to both dynamic, high-load applications and more static data storage needs.
How to Create Object Storage Files?
Enable Object Storage: Before proceeding to create buckets, you need to enable Object Storage in order to get access and to streamline your workflow with it. Click on 'Object Storage' on the left hand side menu in the console dashboard and you will see 'Enable service' button, click on it. Once the Object Storage is created, you can start creating buckets.
Create Access Key & Secret Token: On the left sidebar "Keys & Tokens", you need to generate new Access key and a Secret token with an Object Storage type and copy them. How to generate new API Token for Object Storage
Create a Bucket: A bucket is a container for your objects (files) in object storage. First, you need to create a bucket if you haven't already. Each bucket must have a unique name across the entire cloud platform. Click on 'Create new Bucket' button in 'Object Storage' menu. Then select location and give a name and click on 'Create Bucket'. How to create buckets
Prepare Your Data: Before uploading, decide on the format and the data you want to store. Object storage can handle virtually any type of data as an object, from text files and images to large video files or machine learning datasets.
Upload & Download Your Objects: Effectively managing your data within Object Storage can be accomplished through various methods, each suited to different preferences and workflows. Below are three popular methods for uploading and downloading your objects, with each method to be elaborated in dedicated articles:
Delete Your Bucket:
If you are done with your objects and you want to delete your bucket, go to 'Object Storage', find the bucket you want to delete, click on it, and you will see 'Delete Bucket' button. Select it and you will see confirmation pop up window to delete bucket, click on it and it will get deleted.
How to delete your bucket