Uh oh!
There was an error while loading. Please reload this page.
#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 into
Conversation
coveralls
commented
May 2, 2015
dhermes
commented
May 4, 2015
Ping me on this when we resolve #853 |
tseaver
commented
May 4, 2015
Rebased against updated branch for #853. |
coveralls
commented
May 5, 2015
Changes Unknown when pulling 1612c84 on tseaver:825-storage_bucket_list_blobs_make_public-explicit_connection into * on GoogleCloudPlatform:master*. |
tseaver
commented
May 6, 2015
Rebased again against updated branch for #853. |
coveralls
commented
May 6, 2015
tseaver
commented
May 6, 2015
@dhermes any remaining issues? |
dhermes
commented
May 6, 2015
Ditto here, was waiting on diffbase. |
tseaver
commented
May 6, 2015
tseaver
commented
May 6, 2015
OIC, you'd like a rebase against master. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
coveralls
commented
May 6, 2015
tseaver
commented
May 7, 2015
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. |
coveralls
commented
May 7, 2015
dhermes
commented
May 7, 2015
Unfortunately that ideal doesn't exist. |
dhermes
commented
May 11, 2015
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
Source-Link: https://togithub.com/googleapis/synthtool/commit/26c7505b2f76981ec1707b851e1595c8c06e90fc Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f946c75373c2b0040e8e318c5e85d0cf46bc6e61d0a01f3ef94d8de974ac6790
Source-Link: googleapis/synthtool@fdba3ed Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:1f0dbd02745fb7cf255563dab5968345989308544e52b7f460deadd5e78e63b0
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Requires #853.
See #825.