We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34d5038 + 430f274 commit f012ff3Copy full SHA for f012ff3
docker-createbuckets/createbuckets.py
@@ -37,7 +37,7 @@ class DjangoStorages(TypedDict):
37
bucket_name = storage_config["OPTIONS"]["bucket_name"]
38
39
subprocess.run(
40
- f"/usr/bin/mc config host add {storage_name} {endpoint_url} {access_key} {secret_key}",
+ f"/usr/bin/mc alias set {storage_name} {endpoint_url} {access_key} {secret_key}",
41
shell=True,
42
check=True,
43
)
0 commit comments