Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author atvdev

    (@atvdev)

    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!

    Thread Starter Clifford Paulick

    (@cliffpaulick)

    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.

    Plugin Author atvdev

    (@atvdev)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Amazon S3 Uploads] WPMU / Multi Site compatible?’ is closed to new replies.