Skip to content

Commit f6ae98e

Browse files
committed
note expected download path
1 parent 7c8b709 commit f6ae98e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.evergreen/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,10 +1168,12 @@ pre:
11681168
# role_arn_... values come from EVG project configuration variables stored on the EVG server
11691169
if test "${is_patch}" = 'true' || "${project}" != 'libmongocrypt-release'; then
11701170
echo "Using upload bucket: mciuploads"
1171+
echo "Uploads will be available to download at https://mciuploads.s3.amazonaws.com/<remote_file>"
11711172
upload_bucket='mciuploads'
11721173
upload_arn='${role_arn_for_mciuploads}'
11731174
else
11741175
echo "Using upload bucket: cdn-origin-libmongocrypt"
1176+
echo "Uploads will be available to download at https://downloads.mongodb.org/<remote_file>"
11751177
upload_bucket='cdn-origin-libmongocrypt'
11761178
upload_arn='${role_arn_for_release}'
11771179
fi

0 commit comments

Comments
 (0)