Good video, except should have attached the word doc
@cansener98026 ай бұрын
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": "*" } } } ] }
@SidharthanPVАй бұрын
why cant we have ListBucket also in the first list?
@abhishekudri25702 ай бұрын
Good one. great explanation.
@SaadQureshiOfficial2 ай бұрын
Thanks Bro!
@ArielLavi-v9j11 ай бұрын
If you rerun this, will it duplicate the data already ingested from certain files or is it incremental by default?
@moumitadutta16137 ай бұрын
Thank you sir for this video
@ganeshawithyou7945 Жыл бұрын
Bro, why you did not attached the word file you were writing in, that also can be helpful to others
@yadi4diamond10 ай бұрын
Very good explanation brother, If you can add the file and code it will be more effective!!
@pradnyasurwase5755 Жыл бұрын
can we go back to old console of Snowflake
@ayushkumar-rg6yo7 күн бұрын
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": ".........." } } } ] }