Create S3 bucket
step
Creates an AWS S3 bucket.
aws-s3-step-bucket-create
This AWS S3 step container creates a bucket with a provided set of configurations.
Creates an AWS S3 bucket.
aws
aws.
connection
aws.
region
name
This AWS S3 step container creates a bucket with a provided set of configurations.
name: s3-create-bucket
image: relaysh/aws-s3-step-bucket-create
spec:
aws:
connection: !Connection { type: aws, name: my-aws-account }
region: !Parameter awsRegion
name: !Parameter bucketName