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