fp/services/migrations-schema/migrations/00131_grant-perms-on-s3_fil...

8 lines
176 B
MySQL
Raw Normal View History

2024-12-12 07:23:46 +00:00
GRANT all ON api.s3_files TO automation;
-- GRANT SELECT ON api.s3_files TO web_anon;
-- we only want to grant access to this resource to patrons. how do we do that? @TODO