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 am using AWS S3 as a block storage device to store mty documents. We were using AccessKey and SecretKey combination from configuration files to connect to S3 and retrieve a document. So far so...
1
answers
0
votes
8
views
Venki
asked an hour ago
Consider a s3 event notification trigger on bucket called testbucket ( with versioning Disabled) . which sends the message to sqs standard queue called destqueue. Now if we upload a file name...
2
answers
0
votes
14
views
asked 2 hours ago
Firstly. i created an IAM user with permission `AmazonS3FullAccess`, then created a key with use case Local Code. After that, i copied all access key and secret key to my net core api ```cs //...
2
answers
0
votes
35
views
aka
asked 21 hours 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...
2
answers
0
votes
28
views
Rishi
asked 2 days ago
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'], ...
1
answers
0
votes
31
views
JB
asked 2 days ago
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:...
1
answers
0
votes
18
views
asked 3 days ago
I am looking for information on how to set up Bi-Directional replication on S3.
1
answers
0
votes
18
views
AWS
asked 3 days ago
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)....
2
answers
0
votes
46
views
Alex
asked 3 days ago
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...
2
answers
1
votes
44
views
asked 4 days ago
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...
1
answers
0
votes
34
views
asked 6 days ago
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...
1
answers
0
votes
26
views
asked 6 days ago