
S3CreateBucketOperator
Created by
Airflow Community
Version
This operator creates an S3 bucket.
Parameters
bucket_name
strREQUIRED
bucket_name
strREQUIREDThis is bucket name you want to create
The Airflow connection used for AWS credentials. If this is None or empty then the default boto3 behaviour is used. If running Airflow in a distributed manner and aws_conn_id is None or empty, then default boto3 configuration would be used (and must be maintained on each worker node).
AWS region_name. If not specified then the default boto3 behaviour is used.
Whether or not to verify SSL certificates. See: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html
Configuration dictionary (key-values) for botocore client. See: https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html
Documentation
This operator creates an S3 bucket.
See also
For more information on how to use this operator, take a look at the guide: Create an Amazon S3 bucket