I need to stream file to S3 type storage.
I know that V2 authorization do support chunked streaming using PUT without knowing the content length but Its not clear what the exact API and how exactly I implement such upload
I have found how to force V2 signer but not anything beyond that.
Note:I don't want to use multi-part upload.
Thanks
I need to stream file to S3 type storage.
I know that V2 authorization do support chunked streaming using PUT without knowing the content length but Its not clear what the exact API and how exactly I implement such upload
I have found how to force V2 signer but not anything beyond that.
Note:I don't want to use multi-part upload.
Thanks