Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

{

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

[“arn:aws:s3:::myBucket/*”]
}]
}

{
var s3 = new AWS.S3({apiVersion: ‘2006-03-01’}); “Version”: “2012-10-17”,
var params = {Bucket: ‘myBucket’, Key: imageFileName}; “Statement”: [{
var require(‘fs’).createWriteStream( ); “Effect”: “Allow”,
“Action”: [ ],

[“arn:aws:s3:::myBucket/*”]
{ }]
“Version”: “2012-10-17”, }
“Statement”: [{
“Effect”: “Allow”,
“Action”: [“s3:*”],

[“arn:aws:s3:::*”]
}]
}
01 01
10 10
SQL SQL

You might also like