PowerExchange Adapters for Informatica
- PowerExchange Adapters for Informatica 10.4.1
- All Products
S3 Policy
| Description
|
---|---|
PutObject
| Writes the files to the Amazon S3 bucket.
The Data Integration Service validates the bucket policy during runtime.
|
GetObject
| Reads the files from the Amazon S3 bucket.
The Data Integration Service validates the bucket policy during design time and runtime.
|
DeleteObject
| Deletes the files from the Amazon S3 bucket.
The Data Integration Service validates the bucket policy during runtime.
|
ListBucket
| Lists the files that are available in the Amazon S3 bucket.
The Data Integration Service validates the bucket policy during design time and runtime.
|
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action":[ "s3:PutObject", "s3:GetObject", "s3:DeleteObject", "s3:ListBucket", ], "Resource": [ "arn:aws:s3:::<bucket_name>/*", "arn:aws:s3:::<bucket_name>" ] } ] }