Is this plugin 100% compatible with WPMU / WPMS / WordPress MultiSite?
Does it still watch the same folder(s)?
Is this plugin 100% compatible with WPMU / WPMS / WordPress MultiSite?
Does it still watch the same folder(s)?
MultiSite compatibility added!
Install the plugin and cofigure Amazon S3 Uploads for each site. This way you can store file from each site in the same or different accounts/buckets/subfolders.
I tried it with Subdirectory MultiSite configuration, but I think it will work without any problems on Subdomain configuration too.
Cheers!
Awesome.
Is it possible to setup a default entry at the Network level, and then the individual site admin can change it if they want to?
And could there be a setting at the Network Admin level to disable the individual site admin from changing it?
Just ideas to help make this plugin even better.
Thank you.
Hi,
for complex multisite config, after configuring your sites, add
require_once(ABSPATH . 'wp-content/plugins/amazon-s3-uploads/asssu-multisite-config.php');
above
/* That's all, stop editing! Happy blogging. */
in your wp-config.php
after edit wp-content/plugins/amazon-s3-uploads/asssu-multisite-config.php
If you want to setup a config for a blog to use the plugin but without the ability to change the settings use mode 'hidden_forced', for predefined configuration and ability to change it use mode 'optional' and for individual 'normal' setup remove the config from the asssu-multisite-config.php
You must log in to post.