Skip to main content

Getting Started

Being that QStorage is a object store, it utilizes standard S3 terminology adapted to fit the Q Network:

TermDescriptionExample
BucketA container for objects stored in QStorage. Every object is contained within a bucket.A bucket named "my-documents" to store personal files
ObjectThe fundamental entities stored in QStorage. Objects consist of data and metadata.A photo file named "vacation.jpg" stored in the "my-documents" bucket
KeyThe unique identifier for an object within a bucket."photos/2023/vacation.jpg" as the key for an image file
RegionA geographic area where data is stored. Noteably, Quilibrium is made up of one big region.The entire network is global, so there are no regions.
Access ControlMechanisms to manage who can access objects and what actions they can perform. In Quilibrium, roles can be given to different keys.One user has a key that can only read objects.
VersioningA feature that keeps multiple variants of an object in the same bucket.Maintaining previous versions of a document as it's updated

Many common QStorage actions can be done through the QConsole, which provides a user-friendly interface for managing your storage resources.

Here's how to access QStorage through the QConsole:

  1. Open your web browser and navigate to QConsole
  2. Sign in with your QConsole account credentials
  3. From the main dashboard, locate and click on the "Services" dropdown in the navigation menu
  4. Select "QStorage" from the list of available services
  5. You will be directed to the QStorage dashboard where you can:
    • View your existing buckets
    • Create new buckets
    • Upload, download, and manage objects
    • Configure bucket settings and permissions
    • Monitor storage usage and metrics

The QStorage dashboard provides a comprehensive view of your storage resources and allows you to perform all common storage operations without using command-line tools.

Get Started