raini/aws
最新稳定版本:1.0.0-beta5
Composer 安装命令:
composer require raini/aws
包简介
AWS support for Drupal Raini projects.
README 文档
README
Install
This extension requires the raini/core Composer package, which
provides a setup for.
Configurations
Available configurations for the Raini AWS extension:
- accessFile: - File containing the s3 access keys and private information. This is used to keep the access information outside of the settings file. If access is provided through EC2 instance IAM grants the access keys aren't required as they are provided though the AWS environment.
- s3Bucket: - The default S3 bucket to use for S3 related commands.
- awsRegion: - The AWS region to use for SecretsManager and S3 resources, this value is not needed on AWS / EC2 instances since they can detect the region automatically.
Example configurations (raini.project.yml):
extensions:
raini-aws:
accessFile: .keys/awsKeys.env
includeSettings: false
统计信息
- 总下载量: 473
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2025-02-27