this is the trust policy a very good video { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::.........." }, "Action": "sts:AssumeRole", "Condition": { "StringEquals": { "sts:ExternalId": ".........." } } } ] }
Good video, except should have attached the word doc
There is couple adjustments made in the policies you can use this :
{
"Version": "2012-10-17",
"Statement" : [
{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:GetObjectVersion",
"s3:DeleteObject",
"s3:DeleteObjectVersion"
],
"Resource": "arn:aws:s3:::bucketName/*"
},
{
"Effect": "Allow",
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::bucketName",
"Condition": {
"StringLike": {
"s3:prefix": "*"
}
}
}
]
}
why cant we have ListBucket also in the first list?
Thank you sir for this video
Bro, why you did not attached the word file you were writing in, that also can be helpful to others
Good one. great explanation.
Thanks Bro!
If you rerun this, will it duplicate the data already ingested from certain files or is it incremental by default?
Very good explanation brother, If you can add the file and code it will be more effective!!
can we go back to old console of Snowflake
this is the trust policy a very good video
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::.........."
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"sts:ExternalId": ".........."
}
}
}
]
}
why this video is 100hrours long
Which video?
@SaadQureshiOfficial i mean it kind of slow,could u make it little bit faster ,just an opinion