You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(S3 View): Display bucket contents with specific IAM role policies aws#4644
## 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.
ref: aws#4643
0 commit comments