2.1.2 • Published 9 years ago
react-deploy-s3 v2.1.2
React Deploy S3
Deploy create react app's in AWS S3

Instructions
Install the tool
yarn global add react-deploy-s3Attach policy to user in AWS
IAM Management Console > Users > The user you will use > Inline Policies > Create User Policy > Custom Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"s3:*",
"acm:describeCertificate",
"acm:requestCertificate",
"acm:addTagsToCertificate",
"cloudfront:createDistribution",
"cloudfront:createInvalidation"
],
"Effect": "Allow",
"Resource": "*"
}
]
}2.1.2
9 years ago
2.1.1
9 years ago
2.1.0
9 years ago
2.0.2
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
1.1.2
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.12
10 years ago
1.0.11
10 years ago
1.0.10
10 years ago
1.0.9
10 years ago
1.0.8
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago