mglaman/drupal-object-storage

Provides integration with object storage in Drupal's stream wrappers

0.1.0 2022-10-07 18:01 UTC

This package is auto-updated.

Last update: 2024-04-08 23:14:30 UTC


README

Provides support for using object storage in Drupal

Configuration

Requires the following environment variables:

  • AWS_DEFAULT_REGION
  • S3_ENDPOINT
  • S3_USE_PATH_STYLE_ENDPOINT
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • S3_BUCKET
  • FILESYSTEM_DRIVER - defaults to s3, change to local for not using object storage.