-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 Publisher: support different folders for different targets within a single S3 bucket #374
Closed
3 tasks done
Labels
Comments
We could make this possible by adding a s3: {
keyResolver: (artifactName, platform, arch) => string
} Would that kind of thing work for your use case? |
Thats much cleaner that what I was thinking but yes, perfect. |
malept
changed the title
Feature request - specific s3 targets
S3 Publisher: support different folders for different targets within a single S3 bucket
Nov 27, 2017
MarshallOfSound
added a commit
that referenced
this issue
Apr 16, 2018
…ir own S3 key path Fixes #374
5 tasks
MarshallOfSound
added a commit
that referenced
this issue
Apr 16, 2018
…ir own S3 key path Fixes #374
dsanders11
pushed a commit
that referenced
this issue
Jan 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe your issue:
Is it possible to have electron-forge distribute to different folders within a single s3 bucket? Currently I believe we can push artefacts to a single bucket and directory.
I am hoping to be able to push into architecture segregated structures as follows:
s3://bucket_name/releases/darwin/...files
s3://bucket_name/releases/win/...files
s3://bucket_name/releases/lunix/...files
Is this currently possible? Or planned?
The text was updated successfully, but these errors were encountered: