Skip to content

Commit 9809769

Browse files
MDBF-821 - MTR env for bucket is S3_BUCKET
1 parent f3e9407 commit 9809769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common_factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def addS3Tests(factory, mtrDbPool):
495495
"S3_PORT": "443",
496496
"S3_ACCESS_KEY": util.Interpolate("%(secret:minio_access_key)s"),
497497
"S3_SECRET_KEY": util.Interpolate("%(secret:minio_secret_key)s"),
498-
"S3_BUCKET_NAME": util.Interpolate(
498+
"S3_BUCKET": util.Interpolate(
499499
"%(prop:buildername)s-%(prop:buildnumber)s"
500500
),
501501
"S3_USE_HTTP": "OFF",

0 commit comments

Comments
 (0)