Merge branch 'master' of ssh://git.iqser.com:2222/rr/pyinfra into aws_region
This commit is contained in:
commit
caba7b503e
@ -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"
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user