Would it be possible to create a write-only policy...
# help
a
Would it be possible to create a write-only policy for buckets within Supabase (i.e. upload file, receive ID, but can't access), and how would it be implemented? Would it suffice to only allow users to
INSERT
(corresponding to
copyObject
,
getSignedObject
, and
createObject
)? I'm not sure whether
getSignedObject
returns just a hash or the actual object like
getObject
does. Also, how would I implement limiting to prevent a malicious user from filling up my storage bucket with junk?
n
Hello @akito! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
Thread was archived by @akito. Anyone can send a message to unarchive it.
akito (2022-04-15)