markguinn / silverstripe-cloudassets

Allows some or all of the assets folder to be located in a cloud storage container (S3, CloudFiles, etc.)
MIT License
19 stars 9 forks source link

'Sync Files' removes cloud assets #20

Closed andyvanee closed 5 years ago

andyvanee commented 9 years ago

Hi, I've got this working using Heroku and the S3 driver. The only issue I've noticed is that clicking 'Sync Files' is okay while the files are still on disk, but after a deploy/restart, clicking that will remove all cloud assets from the file browser. The button doesn't really make sense with this type of setup, so it would probably make sense to hide it, but I'm wondering if it's just a problem with my set up?