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
AWS OFFICIALUpdated a day ago
Hi AWS Community,
I'm seeking advice on an issue I encountered while learning AWS services. Even after I believe I have disconnected all services, I am still seeing charges on my account. I realize...
In my python code running as an AWS Lambda function, I request a presigned URL:
data['url'] = s3Client.generate_presigned_url(
ClientMethod=self.context['clientMethod'],
...
I am trying to perform following steps.
1. Create a bucket
2. Put an object `a_1` (size is 20)
```
# ./put.py -S amazon -B r1bn-43452 -b 20 a_1
Using 'amazon' bucket 'r1bn-43452' and user '0'
wrote:...
I am looking for information on how to set up Bi-Directional replication on S3.
Problem description (Python 3.12):
**13-Sept:** Created a new "bucket_1" (AWS console), added a new "file_1" (AWS console), created a presigned URL to get the "file_1" from "bucket_1" (AWS boto3)....
https://youtu.be/lXgfqOmzuzk?si=_d-3DvKLqPE1tK7w
I'm trying to build a 3-tier architecture for WordPress and CloudFront doesn't work, access was denied. In S3, Server-side encryption with Amazon S3...
I have a user who has S3 full access.
This access was granted in the past in the development of the application and has not been reviewed.
Is there any way to track the use of the access key to know...
In iam, when I enter the access keys part, it indicates that a certain key was used recently for s3.
However, when I go to the cloud trail, it doesn't show me where this key accessed, it only shows...
Hi team,
Getting this error while runninng query in athena
com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request...