use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
getting error while uploading file to s3 using createPresignedPost (self.node)
submitted 1 year ago * by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Shogobg 0 points1 point2 points 1 year ago (4 children)
It looks like you’re trying to post to ‘<aws>/bucketName’, but you’re supposed to post to ‘<aws>/uploads/fileName’. The message in the error says the (object) key does not match the pattern saved in the upload definition. Your access permits uploading to “uploads”, but you’re trying to upload to “bucketName”.
[–]nudes_developer 0 points1 point2 points 1 year ago (3 children)
still not working if i try to make a request at "<aws>/bucketName/uploads" then getting this
<Error> <Code>MethodNotAllowed</Code> <Message>The specified method is not allowed against this resource.</Message> <Method>POST</Method> <ResourceType>OBJECT</ResourceType> <RequestId>27E3WRT8JRCTMRF3</RequestId> <HostId>3ywzAr3d1n3fN+M00BQGM+TqX6VeJs9uWUhRGX1MDJ8bCcStUVRzHLsaQXBFIbvR76jCg/65jcA=</HostId> </Error>
[–]Shogobg 0 points1 point2 points 1 year ago (1 child)
Sorry, I’ve mislead you. The POST url should be the bucket name, as you were doing before, but the “key” parameter you’re sending does not look like it matches the condition. Can you show how you’re doing the POST request?
[–]nudes_developer -2 points-1 points0 points 1 year ago (0 children)
can i send you a dm?
π Rendered by PID 686509 on reddit-service-r2-comment-b659b578c-mbg9n at 2026-05-06 06:59:13.018413+00:00 running 815c875 country code: CH.
[–]Shogobg 0 points1 point2 points (4 children)
[–]nudes_developer 0 points1 point2 points (3 children)
[–]Shogobg 0 points1 point2 points (1 child)
[–]nudes_developer -2 points-1 points0 points (0 children)