- First commit to issue fork.
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 8.0 & MySQL 5.7last update
over 1 year ago Not currently mergeable. - @zuernbernhard opened merge request.
- last update
over 1 year ago 2 pass, 2 fail - last update
over 1 year ago 2 pass, 2 fail - @zuernbernhard opened merge request.
- 🇩🇪Germany zuernbernhard
Here is the patch attached. It is not possible anymore to work with s3:// as ätreamwarapper but we can use public:// or private:// in our filename-option form the views display and the s3fs module will handle everything. so something like:
private://views_data_export/export.csv
in the "FILE STORAGE/DOWNLOAD SETTINGS" in the view-displays path-configuration for filename and uncheck "Store file in public files directory" will work.
ATTENTION: If you use the public filesystem checkbox and a public:// stream wrapper the generated file download-link will be the S3-Bucket URL. Users should not see it and they will also not be allowed to access ist. But if you use the private filesystem s3fs handles everything properly.
- 🇨🇦Canada vincent signoret
I think I have a similar issue with Azure. Has anyone been able to use views_data_export with Azure Blob Storage? I'm wondering if this patch could work with the Azure File System ?