Commit 6cb2a0c
committed
Elm: Change S3 wildcard away from
Per Globus' documentation[0], the `s3:ListAllMyBuckets` Action must be
allowed for Resource `*`. But in the MinIO version that Elm is using,
that throws an error. So instead, switch to the fully-qualified
wildcard of `arn:aws:s3:::*`.
The root cause is a lack of MinIO support for the `*` wildcard. This
was fixed upstream in [1], but Elm has not yet moved to one of the
releases that includes the commit.
[0]: https://docs.globus.org/premium-storage-connectors/v5.4/aws-s3/#permissions-anchor
[1]: minio/pkg@f99581f,*
1 parent 66bf104 commit 6cb2a0c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
0 commit comments