DevCEDTeam / CED

0 stars 0 forks source link

Google Bucket #48

Open DevCEDTeam opened 1 year ago

DevCEDTeam commented 1 year ago

GC Case # 45606498

DevCEDTeam commented 1 year ago

// gcloud config set project [PROJECT_ID] gcloud config set project capable-range-256710

// gcloud config set project [PROJECT_ID] gcloud config set project mautic-project-392520

// gcloud storage objects update gs://BUCKET_NAME/OBJECT_NAME --add-acl-grant=entity=AllUsers,role=READER

// Bucket Name: image-storage-folder

gcloud storage objects update gs://www.storage.ced.fund/002-0118.gif --add-acl-grant=entity=AllUsers,role=READER

gcloud storage objects update gs://www.storage.cloud.google.com/002-0118.gif --add-acl-grant=entity=AllUsers,role=READER

DevCEDTeam commented 11 months ago

Grant public readability to all objects in the bucket (case # 45606498).

In the Google Cloud console, go to the Cloud Storage Buckets page. In the list of buckets, click on the name of the bucket that you want to make public. Select the Permissions tab near the top of the page. In the Permissions section, click the person_add Grant access button. The Grant access dialog box appears. In the New principals field, enter allUsers. In the Select a role drop down, enter Storage Object Viewer in the filter box and select the Storage Object Viewer from the filtered results. Click Save.