• Resolved Eden2000

    (@t-v-2)


    I need to give website/client access to his own bucket in my S3 root. Not S3 root access!

    Is that at all possible with your plugin??
    I tried it <bucket_name>.s3.amazonaws.com
    But your plugin does not like to work with that.

    Thanks
    SC

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Emran Ahmed

    (@emranahmed)

    You can use “AmazonS3FullAccess” policy for specific user.
    Current version does not support <bucket_name>.s3.amazonaws.com.

    Thank you

    Thread Starter Eden2000

    (@t-v-2)

    So are you saying using AmazonS3FullAccess I can code your plugin to only use bucket for specific user?

    Thread Starter Eden2000

    (@t-v-2)

    If yes, then where would I put this AmazonS3FullAccess code in your plugin files?

    {
    “Version”: “2012-10-17”,
    “Statement”: [
    {
    “Effect”: “Allow”,
    “Action”: “s3:*”,
    “Resource”: “*”
    }
    ]
    }

    Plugin Author Emran Ahmed

    (@emranahmed)

    Just login to amazon AWS and navigate to this link: https://console.aws.amazon.com/iam/home#/users

    ?- ?Click on green “Add User” button

    ?- Add User name ( not your wordpress username )? and Access type? with ?Programmatic access

    – Click Next: Permission button

    – Click Create Group? Button ( a popup will open ) and write a group name, then type S3? on search field.

    – Check AmazonS3FullAccess? ( for policies)

    ?- ??now click on green create group button from popup.

    -? ?Scroll down and click on ??Next: Review? button?

    – Click Create user

    -? Now you will see a button with “Download .csv?” text.

    – Click on those button and download your IAM Data? and use it to amazon s3 plugin ( save it for future use ) . ?

    ?- ?If you forget user credentials just click on your username and click security credentials tab and click on Create access key.

    Remember that you should have full S3 access with your user.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘S3 bucket assignment instead of root access’ is closed to new replies.