wdgdc / CDN-Sync-Tool

FORK NO LONGER MAINTAINED! - WordPress plugin to sync files to a CDN (S3/Cloudfiles/FTP/NetDNA/WebDAV)
http://catn.com/vcluster/plugins/cdn-sync-tool/
9 stars 7 forks source link

Support for custom endpoints #1

Closed ryanboswell closed 11 years ago

ryanboswell commented 11 years ago

While S3 is awesome, some people (myself included) may want to use other cloud storage services that support the S3 API. Specifically I'm referring to DreamObjects, but others could be out there (anything based on CEPH for example). Not many changes need to be made, just adding a simple form field allowing the user to customize the API endpoint and then making sure that endpoint is used when creating the S3 connection. I made the changes in my fork that you can look at:

https://github.com/ryanboswell/CDN-Sync-Tool

Any desire to merge those into the main repo?

MikeNGarrett commented 11 years ago

Duly noted. That's not much different from what we have now. We'd love to add it in. We're working mainly with Rackspace and testing there, so S3 has been largely untouched. Thanks for the suggestion. Submit a pull request and we'll get it added in.