Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

aws-sdk npm

npm i aws-sdk
Comment

aws sdk npm

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "s3:Put*",
                "s3:Get*",
                "s3:List*",
                "s3:Delete*"
            ],
            "Resource": [
                "arn:aws:s3:::bucket/*",
                "arn:aws:s3:::bucket"
            ]
        },
        {
            "Sid": "VisualEditor1",
            "Effect": "Allow",
            "Action": "s3:ListAllMyBuckets",
            "Resource": "*"
        }
    ]
}
Comment

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"
        }
    ]
}
Comment

PREVIOUS NEXT
Code Example
Shell :: fzf install 
Shell :: push heroku 
Shell :: screen recorder for ubuntu 
Shell :: Error: ENOSPC: System limit for number of file watchers reached, watch 
Shell :: keep the container running and not exit directly 
Shell :: git eof config 
Shell :: how to install multiple packages in one line of pip 
Shell :: How to replace a string in multiple files in linux command line 
Shell :: remove local images 
Shell :: linux command create folder if not exist 
Shell :: install docker centos 8 
Shell :: How to install specific Laravel version using composer 
Shell :: permissão de execução linux 
Shell :: install memcache di linux 
Shell :: git add submodule branch 
Shell :: ubuntu git https not supported 
Shell :: react natibe debugger 
Shell :: upload folder to gitlab 
Shell :: install vim mac 
Shell :: windows laravel installer 
Shell :: Installing plugins with vim-plug 
Shell :: ubuntu set date time command line 
Shell :: install deb file in ubuntu 
Shell :: angular-cli 
Shell :: git reset back to previous pushed commit 
Shell :: how to reverse a git pull 
Shell :: git download specific commit 
Shell :: kill screen sessions 
Shell :: tweak tool ubuntu 
Shell :: ubuntu start pycharm 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =