I'm looking to change the backend store for my DMX module from the default server file system to the much larger & cheaper Amazon S3 cloud. I noticed a post a while ago indicating this was a planned development feature, but I'd rather just do it myself if possible.
I was excited to see that the FileStorageProvider is just an implementation of the StorageProvider abstract class... this leads me to believe I could do what I want by creating an S3Provider that inherits from StorageProvider. The only question I have is how to get my DMX installation to use this new provider. Is there a config option somewhere?
Thanks for any help,
-Mike