S3 won't upload app files
See original GitHub issueHello,
I’m trying to make the publishing feature work in our project but I’m not sure if I understood correctly the behaviour.
We are building application for mac, win and linux. We are using S3 as the publishing provider.
From my understanding, after I run npm run release
(setuped as build -mwl --publish always
) I expect to have all the packaged files on the specified bucket in S3. The thing is, only latest-mac.json
and latest.yml
are published to S3. I’m missing the dmg, exe and AppImage files.
I’m doing something wrong or maybe there is something I’m not understanding.
Any help is more than welcome! Thanks and this project rocks!
Versions:
electron-builder 15.1.1
electron-publisher-s3 15.0.1
Status
- Sample project is working if bucket
path
is set. - My application is not working with any configuration
- Tried using
yarn
instead ofnpm
and didn’t worked
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:35 (14 by maintainers)
Top Results From Across the Web
Resolve errors uploading data to or downloading data from ...
Your file does not exist. Confirm that the file exists in your S3 bucket, and that the name you specified in your script...
Read more >Unable to upload and download files from S3 storage
Upload and download operations fail from all clients. The log file on the Storage Connector server indicates an exception error.
Read more >Resolve issues with uploading large files in Amazon S3
I'm trying to upload a large file (1 GB or larger) to Amazon Simple Storage Service (Amazon S3) using the console. However, the...
Read more >Cannot upload the files into AWS S3 bucket with ACL pubic ...
I am trying to upload the file into s3 bucket but I am getting access denied error when I am trying to upload...
Read more >How to Upload And Download Files From AWS S3 Using ...
There won't be any output if the download is successful. You should pass the exact file path of the file to be downloaded...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bilby91 In 3 seconds, 16.6.2 (
next
release).@develar thanks, that worked 😃