rustv1/examples/snowball/README.md
These examples demonstrate how to perform several AWS Snowball (Snowball) operations using the AWS SDK for Rust.
Snowball uses physical storage devices to transfer large amounts of data between Amazon Simple Storage Service (Amazon S3) and your onsite data storage location at faster-than-internet speeds.
You must have an AWS account, and have configured your default credentials and AWS Region as described in https://github.com/awslabs/aws-sdk-rust.
This example creates an AWS Snowball address.
cargo run --bin create-address -- --city CITY --company COMPANY --country COUNTRY --landmark LANDMARK --name NAME --phone-number PHONE-NUMBER --postal-code POSTAL-CODE --prefecture-or-district PREFECTURE-OR-DISTRICT --state STATE --street1 STREET1 --street2 STREET2 --street3 STREET3 [-r REGION] [-v]
This example lists your AWS Snowball addresses.
cargo run --bin describe-addresses -- [-r REGION] [-v]
This example lists your AWS Snowball jobs.
cargo run --bin list-jobs -- [-r REGION] [-v]
To propose a new code example to the AWS documentation team, see CONTRIBUTING.md. The team prefers to create code examples that show broad scenarios rather than individual API calls.
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0