#825: Allow passing explicit connection to 'Bucket.{list_blobs,make public}'#856
#825: Allow passing explicit connection to 'Bucket.{list_blobs,make public}'#856tseaver merged 4 commits intogoogleapis:masterfrom tseaver:825-storage_bucket_list_blobs_make_public-explicit_connection
Conversation
|
Ping me on this when we resolve #853 |
|
Rebased against updated branch for #853. |
|
Changes Unknown when pulling 1612c84 on tseaver:825-storage_bucket_list_blobs_make_public-explicit_connection into * on GoogleCloudPlatform:master*. |
|
Rebased again against updated branch for #853. |
|
@dhermes any remaining issues? |
|
Ditto here, was waiting on diffbase. |
|
OIC, you'd like a rebase against master. |
gcloud/storage/bucket.py
Outdated
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Ideally, the backend would have a special-purpose ACL for blobs where they "inherit"/"acquire" the permissions from their bucket; one could then leave them in that state as they were created, and toggle them all public / private just by manipulating the bucket's ACL. |
|
Unfortunately that ideal doesn't exist. |
|
LGTM |
…ke_public-explicit_connection #825: Allow passing explicit connection to 'Bucket.{list_blobs,make public}'
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Source-Link: googleapis/synthtool@bd9ede2 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:04c35dc5f49f0f503a306397d6d043685f8d2bb822ab515818c4208d7fb2db3a Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Tim Sweña (Swast) <swast@google.com>
* chore: onboard to librarian * chore: cleanup
* chore(python): add support for python 3.11 Source-Link: googleapis/synthtool@7197a00 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c43f1d918bcf817d337aa29ff833439494a158a0831508fda4ec75dc4c0d0320 * Add python 3.11 to noxfile * add constraints file Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
…856) * fix: disable warning if quota project id provided to auth.default() * add more tests
Requires #853.
See #825.