Skip to content

Instantly share code, notes, and snippets.

@paulgalow
paulgalow / synology-cloud-sync-s3-iam-policy.json
Last active August 5, 2022 15:56
Least privilege IAM policy for Synology Cloud Sync with Amazon S3 in bi-directional syncing mode. Tested on DSM 6.2.4.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetBucketLocation"
],
"Resource": [
"arn:aws:s3:::*"