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
Signed upload (post) to object storage
Related questions
- Error while Using Restic to Backup - TooManyRequests
11126
10.05.2022 08:27
- CloudFlare and Public Storage configuration
4684
21.06.2018 10:03
- Hubic - backups fail from synology nas
3972
13.04.2018 12:54
- Cloud Archive + Rsync
3503
30.03.2018 15:17
- HA-NAS and Active Directory
3496
30.12.2024 19:44
- Can't connect to hubic
3453
08.02.2018 18:39
- Hubic on line storage - files download problems
3211
12.02.2018 12:46
- Using aws sdk (java 2.x) to access S3/Swift Object Storage
2893
26.07.2022 09:28
- Duplicity S3: Error when calling the HeadBucket operation
2683
09.05.2023 09:20
- hubiC - Error 503 in syncronization
2641
13.07.2018 10:26
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