From c30a6a3090c6ba14912e165a7e3c25fcb6438de6 Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Wed, 3 Jan 2024 18:01:40 +0100 Subject: [PATCH] addblob.sh: Configuring S3 blobstore systematically: S3 credential are required during the bosh create-release to download the blobs --- addblob.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addblob.sh b/addblob.sh index 390346ae..4d83bf05 100755 --- a/addblob.sh +++ b/addblob.sh @@ -44,12 +44,13 @@ EOS fi } +echo "Configuring S3 blobstore systematically: S3 credential are required during the bosh create-release to download the blobs" +configureS3BlobStore if [ "${NEW_BLOBS_WERE_ADDED}" == "true" ] ; then echo "Current blobs before upload" bosh blobs - configureS3BlobStore # See https://bosh.io/docs/release-blobs/#saving-blobs bosh upload-blobs