mglaman / drupal-object-storage
Provides integration with object storage in Drupal's stream wrappers
0.1.0
2022-10-07 18:01 UTC
Requires
- php: ^8.1
- aws/aws-sdk-php: ^3
- drupal/core: ^9.4 || ^10
Requires (Dev)
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.