Questions tagged with Amazon S3 Glacier
data archiving, providing you with the highest performance, most retrieval flexibility, and the lowest cost archive storage in the cloud
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
Assume I have an S3 bucket with continuous backup enabled. Now there are some file a in it, which is heavily updated.
How do we do the continuous backup?
* Is it bucket-wise? For every change per...
When I make a knowledge base bot and try to test it and I can ask it questions but when I want to select a model to test it just loads select model for hours and never fully loads, hence I cant do...
Hi All,
I've got my own static website all set up on S3, and I'm using CloudFront to link it up with my GoDaddy DNS. Everything's been running smoothly so far. However, when I upload a new version of...
Hi all,
I uploaded all my videos to S3, and I use amz s3 links on my website for audience views.
Most of my audience are complaining that videos lag, and take forever to load. And even after loading...
Someone shared a bucket with me by [bucket policy]. However, I couldn't find that bucket. I have tried search the bucket name because I thought maybe the bucket wouldn't appeared by itself. But it...
Hi AWS, this question is an extension to question https://repost.aws/questions/QU8dBP1TBCTsaDcSTCK_CfDQ/to-transfer-s3-glacier-objects-to-s3-bucket. We have a bucket in region `'eu-west-1'` where the...
I'm running a DAG every minute that gets exchange rates from an API, puts them in a CSV and uploads them to an S3 bucket.
However, intermittently I get this error: FileNotFoundError: [Errno 2] No...
Hi AWS, we have some objects having Storage Class **Glacier Flexible Retrieval (Formerly Glacier)** which I need to transfer in a new S3 bucket in the same AWS account having Storage Class...
I had created a bucket to store customer images on S3 quite some time ago. Our customer emails contain s3 urls of the format
`https://s3.amazonaws.com/<bucketName>/<fileName>`
so that the customers...
Hello, I have started facing problem in SDK on 15th April 2024 14:00 IST. Process keep loading on:
```
try {
$result = $s3client->putObject([
'Bucket' => $bucket_name,
...
Hi, I have a use-case to delete billions of object from s3 storage. The data is in folder inside the bucket which have storage class "Glacier Deep Archive". Is there any efficient and cost effective...
The goal here is to, using the AWS CLI, automate restoring objects back from Deep Archive and copying them back to INTELLIGENT_TIERING. I have the first part working, I create and upload a CSV to a...