Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhangi-google committed Jan 17, 2025
1 parent 70236f7 commit b2f67ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-storage/samples/acceptance/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def grant_storage_permission bucket_name
bucket= storage_client.bucket bucket_name

object_viewer = "roles/storage.objectViewer"
member = ""
member = "serviceAccount:542339357638-cr0dserr2evg7sv1meghqeu703274f3h@developer.gserviceaccount.com"
bucket.policy requested_policy_version: 3 do |policy|
policy.version = 3
policy.bindings.insert(
Expand Down

0 comments on commit b2f67ad

Please sign in to comment.