aboutsummaryrefslogtreecommitdiff
path: root/bucket/fetchonly.json
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-14 22:16:43 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2026-01-15 06:49:14 +0100
commitc5354e75d1205a82a93fd30868e1f5602161ade9 (patch)
treed6ee1ff12100f35c5b2998fc5d1a80ff07656c3b /bucket/fetchonly.json
initial importminio
Diffstat (limited to 'bucket/fetchonly.json')
-rw-r--r--bucket/fetchonly.json15
1 files changed, 15 insertions, 0 deletions
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/*"
+ }
+ ]
+}