s3:ListBucket
and s3:GetObject
for that bucket. Learn how.
s3:PutObject
for that bucket. Learn how.
--key
, --secret
, and --token
(CLI) or key
, secret
, and token
(Python) in your command or code for the
corresponding S3 source or destination connector.protocol://bucket/
(for example, s3://my-bucket/
).
If the target files are in a folder, the path to the target folder in the S3 bucket, formatted as protocol://bucket/path/to/folder/
(for example, s3://my-bucket/my-folder/
).
<name>
(required) - A unique name for this connector.
<key>
- The AWS access key ID for the authenticated AWS IAM user (required).<secret>
- The AWS secret access key corresponding to the preceding AWS access key ID (required).<token>
- The AWS STS session token for temporary access (required).<endpoint-url>
- A custom URL, if connecting to a non-AWS S3 bucket.
<remote-url>
(required) - The S3 URI to the bucket or folder, formatted as s3://my-bucket/
(if the files are in the bucket’s root) or s3://my-bucket/my-folder/
.
recursive
(source connector only), set to true
to access subfolders within the bucket. The default is false
if not otherwise specified.