Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ReadWriteBucket1AndBucket2Objects (0.68 seconds)

  1. cmd/admin-handlers-users_test.go

                "Effect": "Allow",
                "Action": ["s3:ListBucket"],
                "Resource": ["arn:aws:s3:::bucket1", "arn:aws:s3:::bucket2"]
            },
            {
                "Sid": "ReadWriteBucket1AndBucket2Objects",
                "Effect": "Allow",
                "Action": [
                    "s3:DeleteObject",
                    "s3:DeleteObjectVersion",
                    "s3:GetObject",
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Oct 15 17:00:45 GMT 2025
    - 50.6K bytes
    - Click Count (0)
  2. cmd/sts-handlers_test.go

                "Effect": "Allow",
                "Action": ["s3:ListBucket"],
                "Resource": ["arn:aws:s3:::bucket1", "arn:aws:s3:::bucket2"]
            },
            {
                "Sid": "ReadWriteBucket1AndBucket2Objects",
                "Effect": "Allow",
                "Action": [
                    "s3:DeleteObject",
                    "s3:DeleteObjectVersion",
                    "s3:GetObject",
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Oct 15 17:00:45 GMT 2025
    - 103.4K bytes
    - Click Count (1)
Back to Top