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'm using a signed url with POST
The file is uploaded fine but Content-Type is set as binary/octet-stream
This is the POST payload
```
key: foobar.png
AWSAccessKeyId: AKIAXXXXXXXXXXXXXXXX
policy: ...
Scratching my head on this one, maybe it's not possible but I can't see why not if so.
I have an S3 bucket with two event notifications configured.
1. The first is for Put of objects with prefix...
Given:
A bucket has versioning enabled.
An object (say, 200kB size) has been created.
It has then been overwritten a couple times. (Both >200kB).
Then, time has passed and the intelligent tiering has...
I have a service/client that was previously connecting to and retrieving cloudtrail objects from an s3 bucket with the base url/endpoint format "s3-eu-south-1.amazonaws.com".
As of June 26th I am...
Hi there,
I want to create a lifecycle rule that deletes ALL objects in a bucket older than a month except the latest one. And I want to keep this latest backup forever until I manually remove it.
I...
IHAC looking to archive a fair amount of structured audit trail for clinical data which will be accessed infrequently in AWS S3 Glacier Deep Archive to be cost effective. A very small subset of...
I have an S3 bucket in the region us-east-1.
Now I managed to create backup on a regular basis and it works fine.
The next thing I wanted to do is to copy it to other regions:
First, I wanted to...
I am looking into some insight into which services I would use to implement the following scenario.
I have a collection of users, all who's data is contained in an S3 bucket. Data is collected daily...
Hello,
I am using Athena in us-east-2 and have tables that have locations to s3 buckets that are in many different regions. I have no problem querying any other region except for me-centra-1, which...
We run a service that continuously uploads S3 objects of various sizes (from 1MB to 100MB). The rate is about 100 objects per second. From time to time (1 out of 10k), one such uploading could take...
In our AWS account, we have 10TB of S3 egress traffic each month, which is a significant cost. We have considered using CloudFront but found it doesn't fully suit our scenario because each file in our...
Good day. I'm fairly inexperienced in using the console. I'd like to view and edit our S3 lifecycle policy; specifically, I want to change the interval between object upload and migration to Glacier...