From 043871799690361e2e5c2972434080da518cc085 Mon Sep 17 00:00:00 2001 From: Alex Freska Date: Thu, 27 Jun 2024 14:52:42 -0400 Subject: [PATCH] fix: release s3 endpoint --- hostd/forge.config.js | 2 +- renterd/forge.config.js | 2 +- walletd/forge.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hostd/forge.config.js b/hostd/forge.config.js index 0d0a028..c62bb11 100644 --- a/hostd/forge.config.js +++ b/hostd/forge.config.js @@ -87,7 +87,7 @@ module.exports = { public: true, region: 'us-east-1', bucket: 'releases', - endpoint: 'https://s3.sia.tools', + endpoint: 'https://sia.tools', accessKeyId: process.env.RELEASE_BUCKET_ACCESS_KEY, secretAccessKey: process.env.RELEASE_BUCKET_SECRET_KEY, }, diff --git a/renterd/forge.config.js b/renterd/forge.config.js index 1ed51a2..f5682af 100644 --- a/renterd/forge.config.js +++ b/renterd/forge.config.js @@ -87,7 +87,7 @@ module.exports = { public: true, region: 'us-east-1', bucket: 'releases', - endpoint: 'https://s3.sia.tools', + endpoint: 'https://sia.tools', accessKeyId: process.env.RELEASE_BUCKET_ACCESS_KEY, secretAccessKey: process.env.RELEASE_BUCKET_SECRET_KEY, }, diff --git a/walletd/forge.config.js b/walletd/forge.config.js index bab7689..1f82779 100644 --- a/walletd/forge.config.js +++ b/walletd/forge.config.js @@ -87,7 +87,7 @@ module.exports = { public: true, region: 'us-east-1', bucket: 'releases', - endpoint: 'https://s3.sia.tools', + endpoint: 'https://sia.tools', accessKeyId: process.env.RELEASE_BUCKET_ACCESS_KEY, secretAccessKey: process.env.RELEASE_BUCKET_SECRET_KEY, },