github.com/aavshr/aws-sdk-go@v1.41.3/service/glacier/doc.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package glacier provides the client and types for making API
     4  // requests to Amazon Glacier.
     5  //
     6  // Amazon S3 Glacier (Glacier) is a storage solution for "cold data."
     7  //
     8  // Glacier is an extremely low-cost storage service that provides secure, durable,
     9  // and easy-to-use storage for data backup and archival. With Glacier, customers
    10  // can store their data cost effectively for months, years, or decades. Glacier
    11  // also enables customers to offload the administrative burdens of operating
    12  // and scaling storage to AWS, so they don't have to worry about capacity planning,
    13  // hardware provisioning, data replication, hardware failure and recovery, or
    14  // time-consuming hardware migrations.
    15  //
    16  // Glacier is a great storage choice when low storage cost is paramount and
    17  // your data is rarely retrieved. If your application requires fast or frequent
    18  // access to your data, consider using Amazon S3. For more information, see
    19  // Amazon Simple Storage Service (Amazon S3) (http://aws.amazon.com/s3/).
    20  //
    21  // You can store any kind of data in any format. There is no maximum limit on
    22  // the total amount of data you can store in Glacier.
    23  //
    24  // If you are a first-time user of Glacier, we recommend that you begin by reading
    25  // the following sections in the Amazon S3 Glacier Developer Guide:
    26  //
    27  //    * What is Amazon S3 Glacier (https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html)
    28  //    - This section of the Developer Guide describes the underlying data model,
    29  //    the operations it supports, and the AWS SDKs that you can use to interact
    30  //    with the service.
    31  //
    32  //    * Getting Started with Amazon S3 Glacier (https://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-getting-started.html)
    33  //    - The Getting Started section walks you through the process of creating
    34  //    a vault, uploading archives, creating jobs to download archives, retrieving
    35  //    the job output, and deleting archives.
    36  //
    37  // See glacier package documentation for more information.
    38  // https://docs.aws.amazon.com/sdk-for-go/api/service/glacier/
    39  //
    40  // Using the Client
    41  //
    42  // To contact Amazon Glacier with the SDK use the New function to create
    43  // a new service client. With that client you can make API requests to the service.
    44  // These clients are safe to use concurrently.
    45  //
    46  // See the SDK's documentation for more information on how to use the SDK.
    47  // https://docs.aws.amazon.com/sdk-for-go/api/
    48  //
    49  // See aws.Config documentation for more information on configuring SDK clients.
    50  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    51  //
    52  // See the Amazon Glacier client Glacier for more
    53  // information on creating client for this service.
    54  // https://docs.aws.amazon.com/sdk-for-go/api/service/glacier/#New
    55  package glacier