Duplicate XF2 CDN support

This suggestion has been closed. Votes are no longer accepted.
Okay, but why use an add-on if it's in the core? The standard images of XF2 itself will go to any CDN.

If you're using ElasticBeanstalk with automatic scaling you'd almost have to put your files onto S3 or some similar service for it to work
 
This Suggestion is basically a dupe if this one:

https://xenforo.com/community/threads/flysystem-adapter-implementations-for-cloud-storage.135150/

There’s actually nothing stopping people from using it right now for things like S3. The way the system we implemented works is based on “adapters”. By default we use the “local” file system adapter. Other adapters are available for things like Google, DropBox and Amazon’s S3. There’s a technical process involved in adding those adapters and including the vendor’s SDK which is why you might hear about add ons implementing them. But that isn’t something to shy away from. The “add on” would just be moving files into place. It’s still very much our new file system that’s powering it all so very little can actually go wrong in terms of implementation.

For now, valid suggestion but it is best discussed in the thread I linked to above.
 
Top Bottom