GlacierUploadArchiveOperator
AmazonThis operator add an archive to an Amazon S3 Glacier vault
Access Instructions
Install the Amazon provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
vault_nameRequiredThe name of the vault
bodyRequiredA bytes or seekable file-like object. The data to upload.
checksumThe SHA256 tree hash of the data being uploaded. This parameter is automatically populated if it is not provided
archive_descriptionThe description of the archive you are uploading
account_id(Optional) AWS account ID of the account that owns the vault. Defaults to the credentials used to sign the request
aws_conn_idThe reference to the AWS connection details
Documentation
This operator add an archive to an Amazon S3 Glacier vault
See also
For more information on how to use this operator, take a look at the guide: Upload archive to an Amazon Glacier