From 2a33c78b99d23be033725b81b54a475fd8011422 Mon Sep 17 00:00:00 2001 From: Folker Meyer Date: Fri, 7 Feb 2020 13:51:01 -0600 Subject: [PATCH] new locations.yaml with correct config for docker-compose devel --- devel/Locations.yaml | 13 ------------- devel/config.d/Locations.yaml | 6 +++--- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 devel/Locations.yaml diff --git a/devel/Locations.yaml b/devel/Locations.yaml deleted file mode 100644 index b3961875..00000000 --- a/devel/Locations.yaml +++ /dev/null @@ -1,13 +0,0 @@ -Locations: - - ID: "S3" - Type: "S3" - Description: "Local Example S3 Service (using MINIO) " - URL: "http://shock-minio:9000" - AuthKey: "minio" - SecretKey: "minio123" - Bucket: "" - Persistent: true - Region: "us-east-1" - Priority: 0 - Tier: 5 - Cost: 0 diff --git a/devel/config.d/Locations.yaml b/devel/config.d/Locations.yaml index f85cdf11..45b3c95d 100644 --- a/devel/config.d/Locations.yaml +++ b/devel/config.d/Locations.yaml @@ -2,12 +2,12 @@ Locations: - ID: "s3" Type: "S3" Description: "Minio based local server on port 9000 in devel" - URL: "http://localhost:9000" + URL: "http://shock-minio:9000" AuthKey: "minio" SecretKey: "minio123" - Bucket: "" + Bucket: "bucket1" Persistent: true - Region: "us-east-1" + Region: "nil" Priority: 0 Tier: 5 Cost: 0