dev-master
9999999-devS3 Backend for Kunstmaan Static Site Bundle
MIT
The Requires
0.1
0.1.0.0S3 Backend for Kunstmaan Static Site Bundle
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
S3 Backend for Kunstmaan Static Site Bundle
composer require nassau/kunstmaan-static-site-s3-backend, (*1)
# app/config.yml
kunstmaan_static_site_s3_backend:
access_key: AWS_ACCESS_KEY
access_secret: AWS_ACCESS_SECRET
buckets:
default:
bucket_name: foobar-bucket
target_path: /
acl: public-read
other_bucket:
access_key: CUSTOM_AWS_ACCESS_KEY
access_secret: CUSTOM_AWS_ACCESS_SECRET
bucket_name: other-bucket
target_path: /docs
You can now export your static site directly to a S3 bucket using s3: scheme, (*2)
app/console nassau:static-site:dump s3:
The "default" bucket values will be used, but you can override them if you want., (*3)
app/console nassau:static-site:dump s3://key:secret@bucket-name-or-config-name/custom-target-path
S3 Backend for Kunstmaan Static Site Bundle
MIT
S3 Backend for Kunstmaan Static Site Bundle
MIT