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:47] – John Harrison | lwc:archive:s3_glacier [2025/02/13 18:35] (current) – John Harrison | ||
---|---|---|---|
Line 10: | Line 10: | ||
* [[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 ==== | ==== S3 for Glacier ==== | ||
- | * [[https://repost.aws/questions/QUm61w63wcSpaG-ouSoStPVw/upload-last-part-to-glacier-confusion|upload to S3 deep storage class (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: < |