Add no-zip option and compatibility with >2GB files#6
Open
MrVauxs wants to merge 9 commits intotrympet:masterfrom
Open
Add no-zip option and compatibility with >2GB files#6MrVauxs wants to merge 9 commits intotrympet:masterfrom
MrVauxs wants to merge 9 commits intotrympet:masterfrom
Conversation
Owner
|
This looks great, appreciate your contribution @MrVauxs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
no-zipoption to the action, allowing for single-file uploads that are not zips. (Fixes Option to not zip files #4)If multiple files are to be uploaded, the script throws an error.
This could (?) alternatively done by unzipping the uploaded zip in the webdav interface, but I don't know if its possible as I am not familiar with the
webdav-clientpackage. This would also require sharing the entire root upload folder.DIRECT_SHAREABLE_URLoutput for use in other actions.await fs.readFilewithfsSync.createReadStreamso Node doesnt explode with files over 2 GB.Includes #5 due to updating dependencies. There aren't any new ones added.