Merge branch 'master' of ssh://git.iqser.com:2222/rr/pyinfra into aws_region

This commit is contained in:
Matthias Bisping 2022-04-28 15:30:57 +02:00
commit caba7b503e
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ rabbitmq:
storage: storage:
backend: $STORAGE_BACKEND|s3 # The type of storage to use {s3, azure} backend: $STORAGE_BACKEND|s3 # The type of storage to use {s3, azure}
bucket: "STORAGE_BUCKET_NAME|STORAGE_AZURECONTAINERNAME|pyinfra-test-bucket" # The bucket / container to pull files specified in queue requests from bucket: "STORAGE_BUCKET_NAME|STORAGE_AZURECONTAINERNAME|pyinfra-test-bucket2" # The bucket / container to pull files specified in queue requests from
s3: s3:
endpoint: $STORAGE_ENDPOINT|"http://127.0.0.1:9000" endpoint: $STORAGE_ENDPOINT|"http://127.0.0.1:9000"

View File

@ -28,7 +28,7 @@ logger.setLevel(logging.DEBUG)
@pytest.fixture(scope="session") @pytest.fixture(scope="session")
def bucket_name(): def bucket_name():
return "pyinfra-test-bucket" return "pyinfra-test-bucket2"
@pytest.fixture @pytest.fixture