Add shlevy access to nixpkgs-tarballs bucket
Eelco Dolstra committed
Feb 19, 2018 at 13:43 UTC
0d94e4217142d0f2de76822d5406d78319dc4f05
1 file changed
+14
nixos-org/network.nix
+14
@@ -79,6 +79,20 @@ in
79
"Principal": {"AWS": "arn:aws:iam::390897850978:root"},
80
"Action": ["s3:ListBucket"],
81
"Resource": ["${config.arn}"]
82
+ },
83
+ {
84
+ "Sid": "ShlevyAllowUpload",
85
+ "Effect": "Allow",
86
+ "Principal": {"AWS": "arn:aws:iam::976576280863:user/shlevy"},
87
+ "Action": ["s3:PutObject", "s3:PutObjectAcl"],
88
+ "Resource": ["${config.arn}/*"]
89
+ },
90
+ {
91
+ "Sid": "ShlevyAllowUpload2",
92
+ "Effect": "Allow",
93
+ "Principal": {"AWS": "arn:aws:iam::976576280863:user/shlevy"},
94
+ "Action": ["s3:ListBucket"],
95
+ "Resource": ["${config.arn}"]
96
}
97
]
98
}