Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Amazon S3 supports file uploads into private buckets via HTML forms, direct from the user’s browser - without an Authentication header.
This is documented for signature v4
https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-authentication-HTTPPOST.html https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-post-example.html
and here for v2:
https://docs.aws.amazon.com/AmazonS3/latest/dev/HTTPPOSTExamples.html https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingHTTPPOST.html
I am currently using code as described in the last link for S3 and I’m not sure how to migrate it to Spaces.
It is basically a php-backed HTML form where I calculate the policy and signatures on the backend using ajax and then let the user POST direct to S3 with the valid values in order to upload the file. Any help welcome!
James Wood
Shane Corn
Faizan Younas Tanooli
clea-peixoto
StrugglingDeveloper
Hamza kholti
Charley Kiser
31294f7ccf774ac7b3508a6438b989
Matthew Narrell
hello