Open fawcilize opened 5 years ago
Yes, the xAmzHeadersAtInitiate
, xAmzHeadersAtUpload
and xAmzHeadersAtComplete
work. You pass the headers via these. What else do you need? Where is the problem? What do you want to access? You pass them in [add](https://github.com/TTLabs/EvaporateJS/wiki/Evaporate.prototype.add())
I'm using Vzaar for video hosting/processing. For multi-part uploads, I first go to their endpoint and they provide me with the headers:
However, I'm not clear how to use evaporate with these pre-calculated headers. I'd like to avoid recalculating everything again. Is there a way to pass the headers in directly? I saw
xAmzHeadersAtInitiate
but I'm not sure how to access that or if it works.Here is my code, tweaked from one of the examples: