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}