Ability to POST files instead of PUT requests #7
Labels
enhancement
New feature or request
good first issue
Good for newcomers
p2
Non-critical bugs, and features that help organizations to identify and reduce risk
size/S
Small effort
Any chance of getting an option on the action to allow for a direct
POST
of the file rather than usingPUT
with a base64 encoded string?In testing, we found the
PUT
request was taking significantly longer for large BOMs because of the file read and base64 encode step.Here's a sample from one of our projects where you can see the workflow went from 16 minutes down to under 2 minutes when we switched away from this action to using a curl POST command.
The text was updated successfully, but these errors were encountered: