Module s3

Module s3 

Source
Expand description

Provides a set of simple helper functions to make ResourceNames for the S3 service.

These resource definitions ae take from the AWS documentation

Functionsยง

bucket
arn:aws:s3:::${BucketName}
bucket_in
arn:${Partition}:s3:::${BucketName}
job
arn:aws:s3:${Region}:${Account}:job/${JobId}
job_in
arn:${Partition}:s3:${Region}:${Account}:job/${JobId}
object
arn:aws:s3:::${BucketName}/${ObjectName}
object_from
arn:aws:s3:::${BucketName}/${ObjectName}
object_in
arn:${Partition}:s3:::${BucketName}/${ObjectName}