tinkersmith/raini-aws

AWS support for Drupal Raini projects.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:raini-extension

dev-main 2024-03-31 23:22 UTC

This package is auto-updated.

Last update: 2024-04-01 03:22:41 UTC


README

Install

This extension requires the tinkersmith/raini-drupal Composer package, which provides a setup for a standard Drupal website.

Configurations

Available configurations for the Drupal 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.yml
        includeSettings: false

Included Packages