From c5354e75d1205a82a93fd30868e1f5602161ade9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Wed, 14 Jan 2026 22:16:43 +0100 Subject: initial import --- bucket/fetchonly.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bucket/fetchonly.json (limited to 'bucket/fetchonly.json') diff --git a/bucket/fetchonly.json b/bucket/fetchonly.json new file mode 100644 index 0000000..42b92da --- /dev/null +++ b/bucket/fetchonly.json @@ -0,0 +1,15 @@ +{ + "Version": "2012-10-17", + "Statement": [ + { + "Effect": "Allow", + "Principal": { + "AWS": [ + "*" + ] + }, + "Action": "s3:GetObject", + "Resource": "arn:aws:s3:::BUCKETNAME/*" + } + ] +} -- cgit v1.2.3