mglaman / drupal-object-storage
Provides integration with object storage in Drupal's stream wrappers
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 2
pkg:composer/mglaman/drupal-object-storage
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.