Skip to content

Commit

Permalink
fix: release s3 endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Jun 27, 2024
1 parent 77405dd commit 0438717
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hostd/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
2 changes: 1 addition & 1 deletion renterd/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
2 changes: 1 addition & 1 deletion walletd/forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 0438717

Please sign in to comment.