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

arn:aws:s3:::${BucketName}

arn:${Partition}:s3:::${BucketName}

arn:aws:s3:${Region}:${Account}:job/${JobId}

arn:${Partition}:s3:${Region}:${Account}:job/${JobId}

arn:aws:s3:::${BucketName}/${ObjectName}

arn:aws:s3:::${BucketName}/${ObjectName}

arn:${Partition}:s3:::${BucketName}/${ObjectName}