question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not able to connect to a AWS S3 bucket with a IAM policy

See original GitHub issue

Hello.

I’m trying to connect to a AWS S3 bucket without giving the S3FullAccess policy. It’s still not working… I’ve been so far to : { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::mybucketname" ] }, { "Effect": "Allow", "Action": "s3:*Object", "Resource": [ "arn:aws:s3:::mybucketname/*" ] } ] }

Can you help ?

Thanks.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mwhousercommented, Jul 1, 2020

@Kyrodan I have created a CloudFormation template here: https://github.com/mwhouser/keepass-storage-cfn-templates

This template will create an S3 bucket, IAM user, and setup the permissions. Feel free to examine and critique.

0reactions
Kyrodancommented, Jan 9, 2020

I added documentation to the FAQ-Section of the Homepage: https://keeanywhere.de/use/faq

Read more comments on GitHub >

github_iconTop Results From Across the Web

Controlling access to a bucket with user policies
This walkthrough explains how user permissions work with Amazon S3. In this example, you create a bucket with folders. You then create AWS...
Read more >
Troubleshooting IAM and Amazon S3
Diagnose and fix issues that you might encounter when working with Amazon Simple Storage Service and AWS Identity and Access Management (IAM).
Read more >
How to Restrict Amazon S3 Bucket Access to a Specific ...
You can use the NotPrincipal element of an IAM or S3 bucket policy to limit resource access to a specific set of users....
Read more >
Creating an IAM policy to access Amazon S3 resources
You can use the following steps to create an IAM policy that provides the minimum required permissions for Aurora to access an Amazon...
Read more >
Troubleshoot Access Denied (403 Forbidden) errors in ...
The following topics cover the most common causes of Access Denied (403 Forbidden) errors in Amazon S3. Topics. Bucket policies and IAM policies;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found