Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Principal in AWS verification bucket policy (#2266)
In testing the new AWS user verification feature (see #2121), we found that the bucket policy written in the code didn't match the policy I had actually set for the `bm-uverify-test1` demo bucket. (Sorry, I guess I never tested the final version of that code.) We need to allow *any* principal, not only principals matching a pattern. This new version of the policy has been tested on my personal AWS account, so hopefully it should work when we do the same on the PhysioNet account.
- Loading branch information