From 57d3d31c00179b790ac5faddf504fb5b6de06cc0 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Fri, 7 Jun 2024 14:51:00 -0400 Subject: [PATCH] fixup! test(smoketest): use relative ext redirect URLs --- compose/s3-cloudserver.yml | 2 +- compose/s3-localstack.yml | 2 +- compose/s3-minio.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/s3-cloudserver.yml b/compose/s3-cloudserver.yml index 2bb75985d..a70ed946c 100644 --- a/compose/s3-cloudserver.yml +++ b/compose/s3-cloudserver.yml @@ -7,7 +7,7 @@ services: environment: STORAGE_BUCKETS_ARCHIVES_NAME: archivedrecordings QUARKUS_S3_ENDPOINT_OVERRIDE: http://s3:8000 - STORAGE_EXT_URL: http://localhost:8080/storage/ + STORAGE_EXT_URL: /storage/ QUARKUS_S3_PATH_STYLE_ACCESS: "true" # needed since compose setup does not support DNS subdomain resolution QUARKUS_S3_AWS_REGION: us-east-1 QUARKUS_S3_AWS_CREDENTIALS_TYPE: static diff --git a/compose/s3-localstack.yml b/compose/s3-localstack.yml index 839110b0d..ebad60540 100644 --- a/compose/s3-localstack.yml +++ b/compose/s3-localstack.yml @@ -7,7 +7,7 @@ services: environment: STORAGE_BUCKETS_ARCHIVES_NAME: archivedrecordings QUARKUS_S3_ENDPOINT_OVERRIDE: http://s3:4566 - STORAGE_EXT_URL: http://localhost:8080/storage/ + STORAGE_EXT_URL: /storage/ QUARKUS_S3_PATH_STYLE_ACCESS: "true" # needed since compose setup does not support DNS subdomain resolution QUARKUS_S3_AWS_REGION: us-east-1 QUARKUS_S3_AWS_CREDENTIALS_TYPE: static diff --git a/compose/s3-minio.yml b/compose/s3-minio.yml index c6885ba34..49a61ee53 100644 --- a/compose/s3-minio.yml +++ b/compose/s3-minio.yml @@ -7,7 +7,7 @@ services: environment: STORAGE_BUCKETS_ARCHIVES_NAME: archivedrecordings QUARKUS_S3_ENDPOINT_OVERRIDE: http://s3:9000 - STORAGE_EXT_URL: http://localhost:8080/storage/ + STORAGE_EXT_URL: /storage/ QUARKUS_S3_PATH_STYLE_ACCESS: "true" # needed since compose setup does not support DNS subdomain resolution QUARKUS_S3_AWS_REGION: us-east-1 QUARKUS_S3_AWS_CREDENTIALS_TYPE: static