Skip to content

Commit

Permalink
Add some guidance on how to set the storage.buckets.get permission.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693740046
  • Loading branch information
The Google Earth Engine Community Authors authored and copybara-github committed Nov 7, 2024
1 parent 1506955 commit d63ce73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guides/linked/Earth_Engine_asset_from_cloud_geotiff.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,15 @@
"## Details on COG-backed assets\n",
"\n",
"### Location\n",
"\n",
"The Cloud Storage bucket location must be one of:\n",
"\n",
"- The US multi-region\n",
"- Any US dual-region that includes US-CENTRAL1\n",
"- The region US-CENTRAL1\n",
"\n",
"The metadata of the bucket must be accessible so that Earth Engine can determine its location. The calling user must have the permission `storage.buckets.get` which is provided by the role \"Storage Legacy Bucket Reader\" (among others), see https://cloud.google.com/storage/docs/access-control/iam-roles\n",
"\n",
"### Storage class\n",
"\n",
"The [storage class](https://cloud.google.com/storage/docs/storage-classes#classes) of the bucket must be \"Standard storage\".\n",
Expand Down

0 comments on commit d63ce73

Please sign in to comment.