Storage and Backup - Signed upload (post) to object storage
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

Signed upload (post) to object storage

Von
ArashF
Erstellungsdatum 2024-06-06 15:42:24 (edited on 2024-09-04 14:26:04) in Storage and Backup

I have an High Performance - S3 object storage setup. Everything is working as expected. We are using node.js and react frontend.

I am now looking into allowing upload directly from our frontend using signed post:
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-s3-presigned-post/

I am using `@aws-sdk/s3-presigned-post`in the backend to create a pre-signed post request. And this seams to work and I receive an request with an URL and several fields. I then create a form-data post request using postman to test the file upload. I send the post request to the URL and include all the fields from the response. But I get the error below. Is this feature not supported on OVH or am I doing something wrong?



NotImplemented
Not implemented.
tx96d67a930e2146bd84015-006659cf8f


1 Antwort ( Latest reply on 2025-09-26 13:00:51 Von
TAMP
)

Hello,

This is implemented on our local zones but not yet on global regions  .
You can find sample code here: 

https://github.com/pcqnt/s3-tests/blob/main/post-presigned-localzone.py