Title: Adding custom object storage
Last modified: November 20, 2018

---

# Adding custom object storage

 *  Resolved [maijx](https://wordpress.org/support/users/maijx/)
 * (@maijx)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/adding-custom-object-storage/)
 * Hi,
    Thanks for this awesome plugin. Just a question. How is it possible to add
   a custom object storage provider other than those 7 options in plugin, and is
   NOT a “S3 compatible service”? Any help?
 * Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [interfacelab](https://wordpress.org/support/users/interfacelab/)
 * (@interfacelab)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/adding-custom-object-storage/#post-10898754)
 * Which object storage?
 * You need to create a class that implements `\ILAB\MediaCloud\Cloud\Storage\StorageInterface`
   and then register it:
 * `\ILAB\MediaCloud\Cloud\Storage\StorageManager::registerDriver('your-identifier',\
   YourNameSpace\YourStorageClass::class);`
 * However, it’s kind of moot because you can’t supply a custom config for the settings
   page (look at `storage.config.php`) for an example.
 * So the best bet is to fork the project on github and add it in.
 * 3.0 will have better support for this though, and it’s a few weeks away.
 *  Thread Starter [maijx](https://wordpress.org/support/users/maijx/)
 * (@maijx)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/adding-custom-object-storage/#post-10898942)
 * It’s Backtory storage. A local object storage provider for Persian users. [https://backtory.com](https://backtory.com)
   
   I was checking their docs ([here ](https://goo.gl/4jWVAg) & [here](https://goo.gl/fcZa3Z))
   and Media Cloud plugin to see if i can add it Media Cloud.But it seems to be 
   a little bit hard to implement. But thanks anyway.
 *  Thread Starter [maijx](https://wordpress.org/support/users/maijx/)
 * (@maijx)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/adding-custom-object-storage/#post-10899122)
 * Do you have any plan to add support for Openstack swift API?
 *  Plugin Author [interfacelab](https://wordpress.org/support/users/interfacelab/)
 * (@interfacelab)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/adding-custom-object-storage/#post-10935399)
 * The 3.0 version of the plugin will support third parties adding their own storage
   providers to the plugin.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Adding custom object storage’ is closed to new replies.

 * ![](https://ps.w.org/ilab-media-tools/assets/icon.svg?rev=2795439)
 * [Media Cloud for Bunny CDN, Amazon S3, Cloudflare R2, Google Cloud Storage, DigitalOcean and more](https://wordpress.org/plugins/ilab-media-tools/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ilab-media-tools/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ilab-media-tools/)
 * [Active Topics](https://wordpress.org/support/plugin/ilab-media-tools/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ilab-media-tools/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ilab-media-tools/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [interfacelab](https://wordpress.org/support/users/interfacelab/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/adding-custom-object-storage/#post-10935399)
 * Status: resolved