Amazon
Amazon »

S3CreateBucketOperator

View on GitHub

Created by

Airflow Community

Last Updated

Version

9.12.0

This operator creates an S3 bucket.

Parameters

bucket_name

strREQUIRED

This 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.

verify

bool | str | None
Inherited from AwsBaseOperator »

Whether or not to verify SSL certificates. See: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html

botocore_config

dict | None
Inherited from AwsBaseOperator »

Configuration dictionary (key-values) for botocore client. See: https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html

region

str | None | ArgNotSet
Inherited from AwsBaseOperator »

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