Comment on page
Using the AWS CLI with AWS Services
- Note For command reference and additional examples, see
[aws glacier](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/glacier/index.html)
in the AWS CLI Command Reference. - Note All S3 Glacier commands require an account ID parameter. Use the hyphen character (
--account-id -
) to use the current account. - Note The previous example uses the dollar sign (
$
) to reference the contents of theUPLOADID
shell variable on Linux. On the Windows command line, use a percent sign (%) on either side of the variable name (for example,%UPLOADID%
). - Note Windows users can use the
type
command in place ofcat
. OpenSSL is available for Windows at OpenSSL.org.
Last modified 6mo ago