how do presigned urls work when object storage domain is private
eyenalxai
PROOP

4 months ago

how are you supposed to use presigned urls for uploading to object storage if object storage url is not accessible from the public internet? i don't get it.

$10 Bounty

6 Replies

eyenalxai
PROOP

4 months ago

eeh what? running aws cli from env variables?

1468560403633278976


4 months ago

Hi! Presigned URLs don’t require the bucket to be “public”, but they do require the bucket endpoint to be reachable by whoever is using the URL.


4 months ago

What is your goal with the bucket?


eyenalxai
PROOP

4 months ago

to upload images there and then serve them.


eyenalxai
PROOP

4 months ago

i mean i can hack my way around with redirects to my backend, but that wouldn't work for local development right?


eyenalxai
PROOP

4 months ago

and i really don't want to send images to my backend and upload them from there.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...