FriendsOfShopware / FroshPlatformBunnycdnMediaStorage

This plugin allows you to use BunnyCDN as a media storage.
MIT License
8 stars 9 forks source link

Option to sync files + write test file #38

Closed Tim-VL closed 1 year ago

Tim-VL commented 1 year ago

Please describe the feature you would like to see implemented.

Hi,

Would it be possible to make an option that sync the files from the host to the cdn storage?

And would it be an idea to write an test file to the storage so it's visable that the API is working?

Thanks, Tim

tinect commented 1 year ago

Hi Tim

we will not add an option to this plugin for syncing files to the external storage. It should be a different plugin/feature which supports all filesystems like we had in shopware 5. but handling this by PHP is slow and possible to crash due to time limit and so on. I recommend you to use SCP or similar.

there is a test button within the configuration. If you cloned the repository or downloaded source instead of plugin archive, you have to compile the administration on your own.