File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
v3-enterprise-get-started Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ influxdb3 serve --writer-id=local01 --object-store=file --data-dir ~/.influxdb3
110
110
```
111
111
112
112
``` bash
113
- # S3
113
+ # S3 (defaults to us-east-1 for region)
114
114
influxdb3 serve --writer-id=local01 --object-store=s3 --bucket=[BUCKET] --aws-access-key=[AWS ACCESS KEY] --aws-secret-access-key=[AWS SECRET ACCESS KEY]
115
115
```
116
116
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ influxdb3 serve --writer-id=local01 --object-store=file --data-dir ~/.influxdb3
108
108
```
109
109
110
110
``` bash
111
- # S3
111
+ # S3 (defaults to us-east-1 for region)
112
112
influxdb3 serve --writer-id=local01 --object-store=s3 --bucket=[BUCKET] --aws-access-key=[AWS ACCESS KEY] --aws-secret-access-key=[AWS SECRET ACCESS KEY]
113
113
```
114
114
You can’t perform that action at this time.
0 commit comments