chore: undoing some other items

pbarnett/update_getting_started_links
Peter Barnett 2025-01-13 14:02:29 -05:00
parent 72b52f0041
commit 007a5f9d7d
1 changed files with 1 additions and 1 deletions

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]
```