Configuring S3-Compatible Storage for Decrypted Payloads
Last updated
Last updated
Qtap can send decrypted payloads directly to your S3-compatible storage service. This keeps sensitive data within your infrastructure and never passes through our servers.
By default, "Qpoint Cloud" is used for an account's Object and Event stores. To add your own Object Store, click "Add Object Store
" in the top right under Settings -> Services
Any S3-compatible storage service, including:
Amazon S3
Google Cloud Storage
MinIO
DigitalOcean Spaces
Backblaze B2
Wasabi
Ceph
And other S3-compatible services
Parameter | Description | Example |
---|---|---|
| Identifier for your storage configuration |
|
| Human-readable description |
|
| S3-compatible service endpoint URL |
|
| Name of the storage bucket |
|
| Region where the bucket is located. Can be set to us-east-1 if using something regionless. |
|
| Whether to skip SSL verification (not recommended for production) |
|
Qtap requires two environment variables for authentication into your object storage:
S3_ACCESS_KEY
: Your storage service access key
S3_SECRET_KEY
: Your storage service secret key
These credentials must be supplied to Qtap at launch time using your preferred secrets management solution.
Always use HTTPS in production environments
Ensure your storage bucket exists before configuring Qtap
Credentials should have appropriate permissions to write to the bucket
The storage service must be accessible from your Qtap deployment