nassau/kunstmaan-static-site-s3-backend
Composer 安装命令:
composer require nassau/kunstmaan-static-site-s3-backend
包简介
S3 Backend for Kunstmaan Static Site Bundle
README 文档
README
Installation
composer require nassau/kunstmaan-static-site-s3-backend
Configuration
# 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
Usage
You can now export your static site directly to a S3 bucket using s3: scheme
app/console nassau:static-site:dump s3:
The "default" bucket values will be used, but you can override them if you want.
app/console nassau:static-site:dump s3://key:secret@bucket-name-or-config-name/custom-target-path
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-14