Commit ba3a4f7
authored
fix(S3 View): Display bucket contents with specific IAM role policies #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: #46431 parent 61d6cb1 commit ba3a4f7
File tree
2 files changed
+12
-1
lines changed- .changes/next-release
2 files changed
+12
-1
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
460 | 461 | | |
461 | 462 | | |
462 | 463 | | |
463 | | - | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
464 | 471 | | |
465 | 472 | | |
466 | 473 | | |
| |||
0 commit comments