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/29 11:44] – 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): '' | ||
Line 11: | Line 11: | ||
* [[https:// | * [[https:// | ||
- | === Using S3 for Glacier | + | ==== S3 ==== |
- | | + | === making a bucket publicly accessible === |
+ | // [[https://saturncloud.io/blog/how-to-make-an-s3-bucket-public/|source]]// | ||
+ | * 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 | ||
+ | * this will create the folder and upload the files in the newly created folder | ||
* to download first restore: '' | * to download first restore: '' | ||
* then check status: '' | * then check status: '' | ||
* after file is restored, copy to local machine: < | * after file is restored, copy to local machine: < |