File: //usr/lib/python3/dist-packages/boto/glacier/__pycache__/layer1.cpython-310.pyc
o
ckF[�� � @ s` d dl Z d dlZd dlmZ d dlmZ d dlmZ d dl m
Z
d dlmZ G dd� de�Z
dS ) � N)�json)�AWSAuthConnection)�UnexpectedHTTPResponseError)�GlacierResponse)�ResettingFileSenderc s
e Zd ZdZdZ d:� fd
d� Zdd
� Z d;� fdd� Zd<dd�Zdd� Z dd� Z
dd� Zdd� Zdd� Z
dd� Z d=d d!�Zd"d#� Zd$d%� Zd>d&d'�Z d>d(d)�Zd*d+� Zd,d-� Z d>d.d/�Zd0d1� Zd2d3� Zd<d4d5�Zd<d6d7�Zd8d9� Z� ZS )?�Layer1a�
Amazon Glacier is a storage solution for "cold data."
Amazon Glacier is an extremely low-cost storage service that
provides secure, durable and easy-to-use storage for data backup
and archival. With Amazon Glacier, customers can store their data
cost effectively for months, years, or decades. Amazon Glacier
also enables customers to offload the administrative burdens of
operating and scaling storage to AWS, so they don't have to worry
about capacity planning, hardware provisioning, data replication,
hardware failure and recovery, or time-consuming hardware
migrations.
Amazon Glacier is a great storage choice when low storage cost is
paramount, your data is rarely retrieved, and retrieval latency of
several hours is acceptable. If your application requires fast or
frequent access to your data, consider using Amazon S3. For more
information, go to `Amazon Simple Storage Service (Amazon S3)`_.
You can store any kind of data in any format. There is no maximum
limit on the total amount of data you can store in Amazon Glacier.
If you are a first-time user of Amazon Glacier, we recommend that
you begin by reading the following sections in the Amazon Glacier
Developer Guide :
+ `What is Amazon Glacier`_ - This section of the Developer Guide
describes the underlying data model, the operations it supports,
and the AWS SDKs that you can use to interact with the service.
+ `Getting Started with Amazon Glacier`_ - The Getting Started
section walks you through the process of creating a vault,
uploading archives, creating jobs to download archives, retrieving
the job output, and deleting archives.
z
2012-06-01N�-Tr �/�aws� us-east-1c sh |st j�� D ]}|j|kr|} nq|| _|| _tt| �j|j |||||||| |
|||
|||d� d S )N)�profile_name)
�boto�glacier�regions�name�region�
account_id�superr �__init__�endpoint)�self�aws_access_key_id�aws_secret_access_keyr � is_secure�port�proxy�
proxy_port�
proxy_user�
proxy_pass�debug�https_connection_factory�path�provider�security_token�suppress_consec_slashesr �region_namer �reg�� __class__� �5/usr/lib/python3/dist-packages/boto/glacier/layer1.pyr I s"