We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530546d commit 44b7c84Copy full SHA for 44b7c84
docs/quickstarts/automq.md
@@ -35,6 +35,7 @@ metadata. You can create them via the Tigris console or using the AWS CLI:
35
# Configure credentials
36
export AWS_ACCESS_KEY_ID=YOUR_TIGRIS_ACCESS_KEY
37
export AWS_SECRET_ACCESS_KEY=YOUR_TIGRIS_SECRET_KEY
38
+export AWS_ENDPOINT_URL_S3=https://t3.storage.dev
39
40
# Create buckets for AutoMQ data and operations storage
41
aws s3api create-bucket --bucket your-automq-data --endpoint-url https://t3.storage.dev
0 commit comments