Skip to content

Commit

Permalink
added permissions to read USGS Landsat bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
freitagb authored Feb 22, 2024
1 parent 0834197 commit 1da4310
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/aws/projects/nasa-veda.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ hub_cloud_permissions = {
"arn:aws:s3:::nasa-maap-data-store",
"arn:aws:s3:::nasa-maap-data-store/*",
"arn:aws:s3:::sdap-dev-zarr",
"arn:aws:s3:::sdap-dev-zarr/*"
"arn:aws:s3:::sdap-dev-zarr/*",
"arn:aws:s3:::usgs-landsat",
"arn:aws:s3:::usgs-landsat/*"
]
},
{
Expand Down

0 comments on commit 1da4310

Please sign in to comment.