We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f32d6a commit 2a33c78Copy full SHA for 2a33c78
2 files changed
devel/Locations.yaml
devel/config.d/Locations.yaml
@@ -2,12 +2,12 @@ Locations:
2
- ID: "s3"
3
Type: "S3"
4
Description: "Minio based local server on port 9000 in devel"
5
- URL: "http://localhost:9000"
+ URL: "http://shock-minio:9000"
6
AuthKey: "minio"
7
SecretKey: "minio123"
8
- Bucket: ""
+ Bucket: "bucket1"
9
Persistent: true
10
- Region: "us-east-1"
+ Region: "nil"
11
Priority: 0
12
Tier: 5
13
Cost: 0
0 commit comments