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.
1 parent 7c8b709 commit f6ae98eCopy full SHA for f6ae98e
1 file changed
.evergreen/config.yml
@@ -1168,10 +1168,12 @@ pre:
1168
# role_arn_... values come from EVG project configuration variables stored on the EVG server
1169
if test "${is_patch}" = 'true' || "${project}" != 'libmongocrypt-release'; then
1170
echo "Using upload bucket: mciuploads"
1171
+ echo "Uploads will be available to download at https://mciuploads.s3.amazonaws.com/<remote_file>"
1172
upload_bucket='mciuploads'
1173
upload_arn='${role_arn_for_mciuploads}'
1174
else
1175
echo "Using upload bucket: cdn-origin-libmongocrypt"
1176
+ echo "Uploads will be available to download at https://downloads.mongodb.org/<remote_file>"
1177
upload_bucket='cdn-origin-libmongocrypt'
1178
upload_arn='${role_arn_for_release}'
1179
fi
0 commit comments