Answers for "aws-sdk npm stable version"

2

aws-sdk npm

npm i aws-sdk
Posted by: Guest on July-27-2020
0

aws sdk npm

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Principal": {
                "AWS": "arn:aws:iam::<IAM-user-ID>:user/testuser"
            },
            "Action": [
                "s3:ListBucket",
                "s3:ListBucketVersions",
                "s3:GetBucketLocation",
                "s3:Get*",
                "s3:Put*"
            ],
            "Resource": "arn:aws:s3:::srcbucket"
        }
    ]
}
Posted by: Guest on April-11-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language