Skip to content

Commit

Permalink
added access to sentinel-cogs bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
freitagb authored Mar 19, 2024
1 parent f86d128 commit 9efa03c
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 @@ -63,7 +63,9 @@ hub_cloud_permissions = {
"arn:aws:s3:::sdap-dev-zarr",
"arn:aws:s3:::sdap-dev-zarr/*",
"arn:aws:s3:::usgs-landsat",
"arn:aws:s3:::usgs-landsat/*"
"arn:aws:s3:::usgs-landsat/*",
"arn:aws:s3:::sentinel-cogs",
"arn:aws:s3:::sentinel-cogs/*",
]
},
{
Expand Down

0 comments on commit 9efa03c

Please sign in to comment.