electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.68k stars 1.74k forks source link

Question: Recommendations for using 'electron-builder' with the 's3' provider in private buckets #8025

Closed luucasrb closed 2 weeks ago

luucasrb commented 9 months ago

Description

For corporate reasons, the application bundle I work on cannot be publicly exposed and must be shared in an private S3 bucket. We send the credentials (SECRET and ACCESS keys) to clients for them to download the executable. For these reasons, when configuring electron-updater with the provider: 's3' and acl: 'private' in AppImageUpdater and NsisUpdater, I receive the http 403 error.

I understand that in other issues (such as #5587), there are recommendations to make the bucket public (and in this case, I can indeed download and auto-update on the client-side without configuring the keys). However, it is not an option in my scenario, so:

cblack3 commented 9 months ago

I have the same issue and would love a way to handle this scenario.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] commented 2 weeks ago

This issue was closed because it has been stalled for 30 days with no activity.