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.
I'm a simple man using the console for simple archival purposes.
I'm trying to move some files from a folder to another. The files were in Glacier Deep Archive, and I restored them (using Bulk)....
Is it possible to create a policy such that it limits the `s3:RestoreObject` action only to a particular restore tier?
**Example:**
Can we have a policy that only allows "Bulk" restores, but it...
Hello all, i need to upload DICOM on S3, and give patients access to it to download their files, what i look for is using as AWS native services as possible, want to create ID/pw for new users, and...
I am fairly new in AWS and i have set up a S3 bucket and a cloudfront instance from the console for my woocommerce store. After studying for a day i successfully migrated my media files from my wp...
Dear AWS Community,
I am reaching out to seek guidance and insights on migrating data from SharePoint Maigret to AWS S3 Storage. Our organization is looking to optimize our data management processes...
Hi,
I'm a newbie with S3 and would like to know step by step how to connect, upload and read file(s) to my S3 Glacier storage via PowerShell? Link...
When a customer de-archieve data from Glacier Deep Archive to S3 Standard storage. Is there a fee assocaited with the early deletion of data in S3 Stadndard?
Example: If we de-archive data from...
I am trying to delete a large number of archives from an S3 Glacier vault that I decommissioned last April. I have been able to get details, initiate an inventory retrieval job, and use a script to...
I'm looking to enhance the performance of my website, https://enhanceai.art, by optimizing the delivery of images through Amazon S3. Currently, I am using an S3 bucket to store these images, but I...
Hello,
We have an requirement to run the AWS quicksight Dashboard with the data residing in UAE, while the application in Europe. Plan is to have the data reside in S3 bucket in UAE region.If I need...
I am trying to have S3 bucket accessible from multiple EC2 machines to which S3 drive is mounted. This way a file that is written by one machine can be viewed by the other.
I am trying to upload my static files to Amazon S3 from my django project using boto3 and django-storages modules.
Here is the AWS S3 configurations in my settings.py file
```
AWS_ACCESS_KEY_ID =...