You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jgit-s3-config.policy.user.json 568B

123456789101112131415161718192021222324
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "BucketList",
  6. "Effect": "Allow",
  7. "Action": "s3:ListAllMyBuckets",
  8. "Resource": [
  9. "arn:aws:s3:::jgit.eclipse.org"
  10. ]
  11. },
  12. {
  13. "Sid": "BucketFullControl",
  14. "Effect": "Allow",
  15. "Action": [
  16. "s3:*"
  17. ],
  18. "Resource": [
  19. "arn:aws:s3:::jgit.eclipse.org",
  20. "arn:aws:s3:::jgit.eclipse.org/*"
  21. ]
  22. }
  23. ]
  24. }