How to upload to S3 bucket using presigned url?
0 I want to generate a presigned URL for an S3 bucket, and upload files using the url, not through nuxeo server or the direct upload option.
The documentation, says, that I need to set the CloudFrontBinaryManager
as the binary manager to be used. Despite, setting the configuration in nuxeo.conf
, I am not able to upload directly to the bucket. I still see the request made to /upload
, which routes the upload through the nuxeo server to the s3 bucket.
The downloads happen through the presigned url, but the upload doesn't. How can I make the upload work?
0 votes
0 answers
1441 views
Florent Guillaume
Cross-posted at https://stackoverflow.com/questions/54397700/nuxeo-upload-using-presigned-url. If you cross-post then please mention it in a comment so that people don't waste their time answering in two places.
01/28/2019