Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
Questions tagged with Amazon S3 Access Grants
Content language: English
Select tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
154 results
We are contemplating a design where we create S3 objects containing data files for our customers to download, and are trying to understand what options we have for those customers that use their own a...
I have a policy and attached to a user test-user
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "S3ConsoleAccess",
"Effect": "Allow",
"Action":...
We are trying to set up S3 Access Grants feature for our users in AWS Cognito User Pool. Goal is to log the user context in CloudTrail.
I have followed the user guide available on the S3 Access Grant...
Hello,
I have a bucket that was created with ACLs enabled and now that option is being deprecated, I would like to remove it. When I simply remove the AccessControl property the update fails with an ...
I am experiencing an issue where my AWS root user is completely locked out of an S3 bucket. The bucket does not appear when listing S3 buckets in my account, yet if I try to create it, AWS says it alr...
I am building a folder management software where folders and files are stored in AWS S3. User authentication is managed through AWS Cognito, with application users stored in a Cognito User Pool. I nee...
I created a S3 bucket with DENY all policies on it while learning CDK (with the help of some very bad genAI advice). Now I can't do anything to the bucket, everything returns:
An error occurred (Acce...
I just entered to my lightsail account and noticed that one of my buckets was not working.
The error message says:
**Unable to load your bucket objects
An Amazon S3 setting might be preventing acces...
I'm currently developing Hello,
I am developing an AWS Lambda function in Typescript and aiming to optimize performance by initializing AWS SDK v3 clients before the Lambda execution starts. I want t...
I get this response from the server when I am uploading a video:
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>Y2FT5WHS8M270VQN</Re...
Does Database Migration Service (DMS) support S3 Access points as a target?
I have a weird situation, where I have setup a glue crawler which consumes SQS(s3 event triggered). SO, technically it triggers whenever a message is sent to the queue with a table level of 3 s3://s3_...