Loading README.md +2 −1 Original line number Diff line number Diff line Loading @@ -37,8 +37,9 @@ Once you have `git clone`d the repo, or added it as a Git Submodule, add the fol define( 'S3_UPLOADS_BUCKET', 'my-bucket' ); define( 'S3_UPLOADS_KEY', '' ); define( 'S3_UPLOADS_SECRET', '' ); define( 'S3_UPLOADS_REGION', '' ); // the s3 bucket region, required for Frankfurt and Beijing. define( 'S3_UPLOADS_REGION', '' ); // the s3 bucket region, required for Frankfurt, Beijing & Sydney. ``` Please refer to this region list http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region for the S3_UPLOADS_REGION values. You must then enable the plugin. To do this via WP-CLI use command: Loading Loading
README.md +2 −1 Original line number Diff line number Diff line Loading @@ -37,8 +37,9 @@ Once you have `git clone`d the repo, or added it as a Git Submodule, add the fol define( 'S3_UPLOADS_BUCKET', 'my-bucket' ); define( 'S3_UPLOADS_KEY', '' ); define( 'S3_UPLOADS_SECRET', '' ); define( 'S3_UPLOADS_REGION', '' ); // the s3 bucket region, required for Frankfurt and Beijing. define( 'S3_UPLOADS_REGION', '' ); // the s3 bucket region, required for Frankfurt, Beijing & Sydney. ``` Please refer to this region list http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region for the S3_UPLOADS_REGION values. You must then enable the plugin. To do this via WP-CLI use command: Loading