All Content tagged with Amazon Simple Storage Service
Amazon Simple Storage Service (Amazon S3) is an object storage service offering industry-leading scalability, data availability, security, and performance.
Content language: English
Select up to 5 tags to filter
Sort by most recent
I have a versioning enabled bucket with objects having retention, and if I suspend the versioning of the bucket and put object with same name again, will there be again two different object versions...
If bucket versioning is suspended for a bucket and an object has been added to it, the object version will be null. Now if I Enable the versioning of the bucket and upload the object again with same...
Dear all,
My AWS account was loading the query output.csv off from AMC (Amazon Marketing Cloud) and the S3 policy below worked just fine:
```
{
"Version": "2012-10-17",
"Id":...
I want to get the size of the object with the maximum size in a bucket which has huge number of objects(100s of millions).
I have tried the following CLI Command to try to filter objects greater than...
We are trying to use the CLI on Linux to upload a file larger than 110GB to AWS S3, however, we are getting the following error.
```
An error occurred (EntityTooLarge) when calling the PutObject...
Hi, I have recently started using AWS, so I am little knowledge about all the AWS services.
I have a software that is accessing Objects in S3 (images ~4MB). I am facing issues while...
Hi, I'll try to be brief in my explanation.
I created 3 plans in the AWS Backup system that record 3 S3 buckets in the vault.
What should work is that every Sunday a script is run that sends the...
Despite creating a pre-signed URL valid for 7 days, it will never last for more than 12 hours because the role token expires. This seems to be a problem a lot of people experience.
Am I missing...
Hello
As part of Cloud Migration and Modernization approach using using AWS, the requirement is to migrate Hbase data directly to S3 then read the data from S3 using Java Microservices. (EMR would not...
Hi there,
I have a S3 bucket with versions enabled(not sure if this is relavant), I moved some objects from IA storage class to glacier deep archive so as to save storage cost. However, the storage...
Hello,
I have a SPA internal web app served through Cloudfront/S3 which was flagged by audit for being accessible over public network, i am required to restrict access to internal company...