Hello,
I am using the SignedURL Authentication. I am able to get the list of contents in the bucket but unable to PUT to it. If I add the name of the new file to the canonical resource, for eg. /<Existing bucket>/<new file name> , I get a SignatureDoesnotMatch error. The canonical resource in the error message shows one /<Existing bucket>.
If I remove the file name and try to add the file anyway, I get a MalformedBucketConfiguration.
The documentation for SignedUrl Authentication doesnot indicate PUT method is supported. Is it not?
Thanks
Droidment