Skip to content

Commit 2a33c78

Browse files
committed
new locations.yaml with correct config for docker-compose devel
1 parent 9f32d6a commit 2a33c78

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

devel/Locations.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

devel/config.d/Locations.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Locations:
22
- ID: "s3"
33
Type: "S3"
44
Description: "Minio based local server on port 9000 in devel"
5-
URL: "http://localhost:9000"
5+
URL: "http://shock-minio:9000"
66
AuthKey: "minio"
77
SecretKey: "minio123"
8-
Bucket: ""
8+
Bucket: "bucket1"
99
Persistent: true
10-
Region: "us-east-1"
10+
Region: "nil"
1111
Priority: 0
1212
Tier: 5
1313
Cost: 0

0 commit comments

Comments
 (0)