dev-master
9999999-devcarew plugin to upload the content on AWS S3
MIT
The Requires
v1.0.0
1.0.0.0carew plugin to upload the content on AWS S3
MIT
The Requires
Wallogit.com
2017 © Pedro PelĂĄez
carew plugin to upload the content on AWS S3
Uploads generated content by carew to amazon S3., (*1)
composer require carew/plugin-s3
Add the following configuration to your config.yml file:, (*2)
engine:
extensions:
- S3Extension
aws:
bucket: <BUCKET_NAME>
key: <KEY>
secret: <SECRET>
It's recommended to use an IAM with the following configuration:, (*3)
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1407400884000",
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::<BUCKET_NAME>",
"arn:aws:s3:::<BUCKET_NAME>/*"
]
}
]
}
bin/carew deploy
carew plugin to upload the content on AWS S3
MIT
carew plugin to upload the content on AWS S3
MIT