Questions tagged with Amazon Simple Storage Service
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.
Accessing buckets in S3 Express One Zone (aka directory buckets) from AWS Lamba function is not working. My Lambda function is based on the example from the [documentation][1]:
```py
import...
0
answers
0
votes
8
views
asked 2 hours agolg...
Hey all, I wish to move files from a folder in my S3 bucket to a different folder. I get below error.
```
ClientError: An error occurred (AccessDenied) when calling the CopyObject operation: Access...
1
answers
0
votes
17
views
asked 2 hours agolg...
I copy files to my s3 bucket , either with copy or sync commands with bucket owner flag. --acl bucket-owner-full-control
if this flag is not used, what is the default setting ?
also, how can i...
1
answers
0
votes
19
views
asked 6 hours agolg...
I enabled the versioning for a bucket that has existing objects, and added lifecycle rules to expire the current & noncurrent objects.
The Lifecycle rules was able to expire the current objects...
0
answers
0
votes
38
views
asked 6 hours agolg...
I´m trying to test this
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-sandbox-input-trans.html
**Input path:**
```
{
"requester": "$.detail.requester",
"key":...
1
answers
0
votes
18
views
asked 12 hours agolg...
Are there any recommendations / recipes for S3 Request metrics monitoring?
Customer wants to use CW alarms particularly for the PutRequests, GetRequests, 4xxErrors, and DeleteRequests metrics, the...
1
answers
0
votes
9
views
asked 13 hours agolg...
I installed the latest AWS CLI. The output of `aws --version`:
```none
aws-cli/2.14.5 Python/3.11.6 Linux/5.10.16.3-microsoft-standard-WSL2 exe/x86_64.ubuntu.22 prompt/off
```
After configuring, `aws...
Accepted AnswerAmazon Simple Storage Service
1
answers
0
votes
30
views
asked 13 hours agolg...
I have mounted an s3 bucket using mountpoint_s3 with the following command:
`mount-s3 --allow-root --read-only my-bucket-name mymountdir`
It mounted without errors and I can see the files from the...
1
answers
0
votes
41
views
asked 16 hours agolg...
Hi!
I'm concerned about the security and cost implications related to my private AWS S3 bucket. I've noticed that my AWS account incurs charges for all requests, including those that result in a 403...
1
answers
0
votes
21
views
asked 18 hours agolg...
Been stuck on this forever. essentially, configured a lambda@edge to be triggered on Viewer-request to sign the cf url headed for an s3 origin with bucket owner enforced, bucket policy governed...
0
answers
0
votes
36
views
asked 20 hours agolg...
I use the below code to generate a pre_signed_url to upload multiple files using a single url.
```
response = s3_client.generate_presigned_post(
bucket_name,
"${filename}",
...
1
answers
0
votes
24
views
asked 21 hours agolg...
I created a directory-type bucket at S3 Express One Zone and am trying to get an object from it from a AWS Lambda function. Both are in the same `us-east-1` region. My function is based on the example...
1
answers
0
votes
41
views
asked 21 hours agolg...