Files
physical-boot/README.md
2024-11-19 11:50:12 +08:00

453 B

minio bucket 权限配置


{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "PublicReadGetObject",
            "Effect": "Allow",
            "Principal": {
                "AWS": [
                    "*"
                ]
            },
            "Action": [
                "s3:GetObject"
            ],
            "Resource": [
                "arn:aws:s3:::physical/*"
            ]
        }
    ]
}