S3 sync bucket permissions

Joplin 1.4.19 (prod, win32)

Sync Version: 2
Profile Version: 34
Keychain Supported: Yes

Revision: de123ee58 (master)

Hey was wondering what perms are recommended for S3 sync? Here's what I have currently

{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObjectVersion",
"s3:ListBucket",
"s3:DeleteObject",
"s3:GetBucketLocation"
],
"Resource": [
"arn:aws:s3:::notes",
"arn:aws:s3:::notes/*"
]
}
]
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.