Skip to content

Commit

Permalink
chore: BI-0 remove legacy s3 common Dockerfile (#782)
Browse files Browse the repository at this point in the history
* chore: BI-0 remove legacy s3 common Dockerfile

* remove a comment about cloudserver
  • Loading branch information
KonstantAnxiety authored Jan 14, 2025
1 parent 4df8a37 commit b5035a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def redis_arq_settings(redis_app_settings):
def s3_settings() -> S3Settings:
return S3Settings(
ENDPOINT_URL=f'http://{get_test_container_hostport("s3-storage").as_pair()}',
# default access and secrets for zenko/cloudserver
ACCESS_KEY_ID="accessKey1",
SECRET_ACCESS_KEY="verySecretKey1",
)
Expand Down
6 changes: 0 additions & 6 deletions lib/testenv-common/images/Dockerfile.s3-storage

This file was deleted.

9 changes: 0 additions & 9 deletions lib/testenv-common/images/s3-storage/entrypoint.sh

This file was deleted.

0 comments on commit b5035a2

Please sign in to comment.