📄️ Organizing Objects Using Folders
In QStorage, objects are the primary resources, and objects are stored in buckets. QStorage buckets have a flat structure instead of a hierarchy like you would see in a file system. However, for organizational simplicity, QStorage supports the concept of folders as a means of grouping objects.
📄️ Listing Objects
QStorage provides several ways to list the objects in your buckets. You can list all objects, list objects with a specific prefix, or list objects hierarchically using delimiters. This topic explains the different methods for listing objects in QStorage.
📄️ Viewing Object Properties
Every object stored in QStorage has a set of properties that provide information about the object. These properties include metadata, size, and other attributes. This topic explains how to view and understand object properties in QStorage.
📄️ Using Object Tags
Object tagging gives you a way to categorize storage in QStorage. Each tag is a key-value pair that you can use to organize objects, track costs, implement access controls, and manage object lifecycles. This topic explains how to work with object tags in QStorage.