def __init__()

in mwaairflow/assets/plugins/operators/azure_blob_list_to_s3.py [0:0]


    def __init__(
        self,
        *,
        wasb_conn_id: str = "wasb_default",
        aws_conn_id: str = "aws_default",
        blob_list_path_file: str,
        container_name: str,
        bucket_name: str,
        gzip: bool = False,
        replace: bool = False,
        encrypt: bool = False,
        acl_policy: str = None,
        s3_prefix: str = "",
        **kwargs,