Configures DGI's Drupal DDEV project to use MinIO for Flysystem storage.
ddev get ddev/ddev-minio
ddev get discoverygarden/ddev-flysystem-minio
ddev restart
The addon Configures Drupal to use the buckets so no additional configuration is required.
The add depends on ddev-minio to provide minio.
To access the minio console run ddev minio
and login with ddevminio
as both the username and password.
Command | Usage | Description |
---|---|---|
create-buckets |
ddev create-buckets [-f] |
Creates the flysystem bucket. -f to recreate. |