Merge pull request #5767 from influxdata/pbarnett/clarify_s3_region

chore: clarify s3 default region
pull/5768/head
Jason Stirnaman 2025-01-13 10:22:25 -06:00 committed by GitHub
commit 2e2acdb796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ influxdb3 serve --writer-id=local01 --object-store=file --data-dir ~/.influxdb3
```
```bash
# S3
# S3 (defaults to us-east-1 for region)
influxdb3 serve --writer-id=local01 --object-store=s3 --bucket=[BUCKET] --aws-access-key=[AWS ACCESS KEY] --aws-secret-access-key=[AWS SECRET ACCESS KEY]
```

View File

@ -108,7 +108,7 @@ influxdb3 serve --writer-id=local01 --object-store=file --data-dir ~/.influxdb3
```
```bash
# S3
# S3 (defaults to us-east-1 for region)
influxdb3 serve --writer-id=local01 --object-store=s3 --bucket=[BUCKET] --aws-access-key=[AWS ACCESS KEY] --aws-secret-access-key=[AWS SECRET ACCESS KEY]
```