Configure S3 Bucket
After successfully creating a bucket, add these addtional features for your S3 bucket.




Last updated
After successfully creating a bucket, add these addtional features for your S3 bucket.




Last updated
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"POST",
"PUT",
"GET",
"HEAD",
"DELETE"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": [
"ETag"
],
"MaxAgeSeconds": 30000
}
]