Khaled G.
Khaled G.
@fenos Related to this. Could we define a max for the bucket itself. (I want to set a maximum for the entire bucket (sum of all files inside it)
Hi @inian, I am looking for a maxBucketSize flag as opposed to setting a limit for each file. ``` const { data, error } = await supabase.storage.createBucket('avatars', { public: true,...
@inian I want to set upper limit primarily to control cost. Each user in my system gets a bucket and I should have some restrictions on how much they upload,...