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.
6 Replies
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?
i mean i can hack my way around with redirects to my backend, but that wouldn't work for local development right?
and i really don't want to send images to my backend and upload them from there.
