GetDKAN / dkan

DKAN Open Data Portal
https://dkan.readthedocs.io/en/latest/index.html
GNU General Public License v2.0
364 stars 171 forks source link

Add flysystem with NetStorage adaptor #3521

Open janette opened 3 years ago

janette commented 3 years ago

User Story

I want an upload option on my dataset form that sends the file to Akamai NetStorage

https://github.com/akamai/NetStorageKit-PHP https://www.drupal.org/project/flysystem https://flysystem.thephpleague.com/v2/docs/adapter/sftp/

Acceptance Criteria

janette commented 1 year ago

OR Keep the file management outside the dataset creation process, only use the URL field on the metadata form. Similar to the Viewer module, you create the distribution separately first, then move on to the metadata portion.

grugnog commented 2 months ago

Would suggest comparing flysystem with the native PHP filesystem stream wrappers (which is what S3 and various other modules provide)