📄️ What is a Bucket?
A bucket is a repository for your data to live in. You can think of it as a "folder" on your computer in which you find all your files in.
📄️ Bucket Names
There are two scenarios for bucket names:
📄️ Create a Bucket
Creating a bucket is necessary to start uploading Objects.
📄️ Making a Bucket Public
Bucket visibility is straight forward:
📄️ Listing a Bucket's Contents
Listing a Bucket's content is a fundamental command to see what currently exists utilizing ListBuckets.
📄️ Delete a Bucket
Once a bucket has been emptied, it can be deleted.
📄️ Empty A Bucket
Emptying a bucket means deleting all Objects from a bucket, but keeping the bucket itself.
📄️ Using Bucket Tags
Bucket tagging gives you a way to categorize your storage in QStorage. Each tag is a key-value pair that you can use to organize buckets, track costs, implement access controls, and manage bucket lifecycles. This topic explains how to work with bucket tags in QStorage.