Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
lwc:archive:s3_glacier [2024/07/17 16:47] – created John Harrison | lwc:archive:s3_glacier [2025/02/13 18:35] (current) – John Harrison | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Glacier Cheat Sheet ===== | + | ===== Glacier Tools ===== |
- | //examples:// | + | * [[https:// |
- | * list vaults: | + | |
- | * add archive to existing vault: | + | ==== Glacier Cheat Sheet ==== |
+ | //not recommended. Use S3 for Glacier instead as it's easier, cheaper, and has more functionality// | ||
+ | * list vaults: | ||
+ | * upload | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | ==== S3 ==== | ||
+ | === making a bucket publicly accessible === | ||
+ | // [[https:// | ||
+ | * Navigate to '' | ||
+ | * add the following statement to the policy | ||
+ | < | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | " | ||
+ | ] | ||
+ | } | ||
+ | ] | ||
+ | } | ||
+ | </ | ||
+ | * enable static website hosting in the '' | ||
+ | |||
+ | ==== S3 for Glacier ==== | ||
+ | * upload file to S3 deep storage class (Glacier): < | ||
+ | * upload folder to S3 deep storage class (Glacier): < | ||
+ | * this will create the folder and upload the files in the newly created folder | ||
+ | * to download first restore: '' | ||
+ | * then check status: '' | ||
+ | * after file is restored, copy to local machine: < |