You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've set up folder-level permission in AWS IAM following this guide. So my dev user has all permissions on s3://tablesnap/backups/dev/, for example.
invoking tablesnap with --prefix backups/dev/ fails silently. the only entry in syslog is tablesnap: Starting up and no files are transferred. I can read, write, delete to the folder using the awscli, so I know the permissions are correct.
The text was updated successfully, but these errors were encountered:
looks like this is due to the way the prefix is used in tablesnap. It seems to me that prefix is used to construct the filename, whereas the folder-level permissions are expecting /s3-bucket/prefix/ and then the bare filename.
I've set up folder-level permission in AWS IAM following this guide. So my dev user has all permissions on s3://tablesnap/backups/dev/, for example.
invoking tablesnap with --prefix backups/dev/ fails silently. the only entry in syslog is
tablesnap: Starting up
and no files are transferred. I can read, write, delete to the folder using the awscli, so I know the permissions are correct.The text was updated successfully, but these errors were encountered: