Skip to content

Conversation

khassociates2016-glitch

-- Allow anyone to upload files to the excel-files bucket
insert into storage.policies (bucket_id, name, definition, action, effect)
values (
'excel-files',
'Allow public upload',
'true',
'upload',
'allow'
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant