BackWPup to S3 – IAM policy
If you’re planning on using BackWPUp to backup to Amazon’s S3 storage service, here’s an IAM policy which has worked for me.
Livin' the technology life.
If you’re planning on using BackWPUp to backup to Amazon’s S3 storage service, here’s an IAM policy which has worked for me.
Time to make use of Amazon’s AWS offerings – specifically the Simple Storage Service. tl;dr / Executive Summary:- $ curl -L -O https://github.com/AndrewGorton/AwsFileStorage/archive/v1.0.0.zip $ unzip v1.0.0.zip $ cd AwsFileStorage-1.0.0 $ mvn package $ export AWS_ACCESS_KEY=<enter_your_aws_access_key_here> $ export AWS_SECRET_ACCESS_KEY=<enter_your_aws_secret_access_key_here> $ export …