Skip to content

Commit 2e2acdb

Browse files
authored
Merge pull request #5767 from influxdata/pbarnett/clarify_s3_region
chore: clarify s3 default region
2 parents 16a0710 + ef1736f commit 2e2acdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ influxdb3 serve --writer-id=local01 --object-store=file --data-dir ~/.influxdb3
110110
```
111111

112112
```bash
113-
# S3
113+
# S3 (defaults to us-east-1 for region)
114114
influxdb3 serve --writer-id=local01 --object-store=s3 --bucket=[BUCKET] --aws-access-key=[AWS ACCESS KEY] --aws-secret-access-key=[AWS SECRET ACCESS KEY]
115115
```
116116

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ influxdb3 serve --writer-id=local01 --object-store=file --data-dir ~/.influxdb3
108108
```
109109

110110
```bash
111-
# S3
111+
# S3 (defaults to us-east-1 for region)
112112
influxdb3 serve --writer-id=local01 --object-store=s3 --bucket=[BUCKET] --aws-access-key=[AWS ACCESS KEY] --aws-secret-access-key=[AWS SECRET ACCESS KEY]
113113
```
114114

0 commit comments

Comments
 (0)