ContentQL ContentQL Docs

S3 Storage

S3-Compatible Storage Configuration

At ContentQL, we offer the flexibility to integrate your own S3-compatible storage solutions. This enables you to manage and store your website's data securely and efficiently. If you choose not to provide your own storage details, ContentQL will configure the storage settings for you.

Configuration Details

To configure your S3-compatible storage, please provide the following details:

  • S3 Endpoint: The URL of your S3-compatible storage service.
         Example: https://s3.amazonaws.com
  • S3 Access Key ID: Your unique access key ID for authenticating requests.
         Example: AKIAIOSFODNN7EXAMPLE
  • S3 Secret Access Key: Your secret access key for securing your storage interactions.
         Example: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
  • S3 Bucket: The name of the bucket where your data will be stored.
         Example: my-bucket-name
  • S3 Region: The region where your bucket is located.
         Example: us-west-2

Here are some popular S3-compatible storage services you can consider:

  • Amazon S3: A highly scalable and durable storage service provided by Amazon Web Services.
  • Wasabi: An affordable cloud storage service with no fees for egress or API requests.
  • DigitalOcean Spaces: A simple, scalable object storage service with a built-in CDN.
  • Backblaze B2: A cost-effective cloud storage solution with high performance and reliability.
  • IBM Cloud Object Storage: A secure, flexible, and scalable cloud storage service from IBM.

By providing these details, you can seamlessly integrate your storage solution with ContentQL, ensuring that your data is managed in accordance with your specific requirements. This flexibility allows you to maintain control over your data and optimize storage based on your needs.

On this page