Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lwc:archive:s3_glacier [2024/07/19 07:00] – John Harrison | lwc:archive:s3_glacier [2025/02/13 18:35] (current) – John Harrison | ||
---|---|---|---|
Line 2: | Line 2: | ||
* [[https:// | * [[https:// | ||
- | ===== Glacier Cheat Sheet ===== | + | ==== Glacier Cheat Sheet ==== |
- | //examples:// | + | //not recommended. Use S3 for Glacier instead as it's easier, cheaper, and has more functionality// |
* list vaults: '' | * list vaults: '' | ||
* upload archive to existing vault (less than 5G): '' | * upload archive to existing vault (less than 5G): '' | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
- | [[https://repost.aws/questions/QUm61w63wcSpaG-ouSoStPVw/upload-last-part-to-glacier-confusion|switch | + | ==== S3 ==== |
+ | === making a bucket publicly accessible === | ||
+ | // [[https://saturncloud.io/ | ||
+ | * Navigate to '' | ||
+ | * add the following statement to the policy | ||
+ | < | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | ], | ||
+ | " | ||
+ | "arn:aws: | ||
+ | ] | ||
+ | } | ||
+ | ] | ||
+ | } | ||
+ | </code> | ||
+ | * enable static website hosting in the '' | ||
+ | |||
+ | ==== S3 for Glacier ==== | ||
+ | * upload file to S3 deep storage class (Glacier): < | ||
+ | * upload | ||
+ | * 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: < |