Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(S3 View): Display bucket contents with specific IAM role policies #4644

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

avsthiago
Copy link

Problem:

S3 tree view doesn't show contents with specific IAM role policies. Prefix parameter was null.

Solution:

Set Prefix parameter to an empty string as default. Allows bucket contents display if root prefix is allowed.

Related issue:

#4643 S3 Tree View Not Displaying Bucket Contents with Specific IAM Role Policies

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

…icies

Problem: S3 tree view doesn't show contents with specific IAM role policies. Prefix parameter was null.\n\nSolution: Set Prefix parameter to an empty string as default. Allows bucket contents display if root prefix is allowed.
@avsthiago avsthiago requested a review from a team as a code owner April 5, 2024 09:41
Copy link
Contributor

@justinmk3 justinmk3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the clear root-cause analysis in #4643 , that is very helpful.

@avsthiago avsthiago requested a review from ivikash April 14, 2024 17:24
@avsthiago
Copy link
Author

@ivikash, @justinmk3 thanks for your approvals. Do you know how to proceed with the PR checks? There is an approval pending to allow the MacOS and Windows builds to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants