AWS
How to use AWS centralized hosting for your NFT assets
Amazon Web Services












Last updated
Was this helpful?
How to use AWS centralized hosting for your NFT assets












Last updated
Was this helpful?
Was this helpful?
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Public S3 Bucket",
"Principal": "*",
"Effect": "Allow",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::<BUCKET-NAME>/*"
}
]
}