FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Make storage upload/download have no chunk size by default. by dhermes · Pull Request #814 · googleapis/google-cloud-python · GitHub

Make storage upload/download have no chunk size by default. - #814

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:fix-546
Apr 10, 2015
Merged

Make storage upload/download have no chunk size by default.#814
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:fix-546

Conversation

dhermes commented Apr 9, 2015

Copy link
Copy Markdown
Contributor

Fixes #546.

See #606 for old discussion. This was made possible by #811.

dhermes added the api: storage Issues related to the Cloud Storage API. label Apr 9, 2015
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 9, 2015

dhermes commented Apr 9, 2015

Copy link
Copy Markdown
Contributor Author

/cc @thobrla

Copy link
Copy Markdown

Coverage remained the same at 100.0% when pulling 31dc5ae on dhermes:fix-546 into f08e71b on GoogleCloudPlatform:master.

Comment thread gcloud/storage/blob.py Outdated

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Copy link
Copy Markdown

Coverage remained the same at 100.0% when pulling 31dc5ae on dhermes:fix-546 into f08e71b on GoogleCloudPlatform:master.

dhermes commented Apr 10, 2015

Copy link
Copy Markdown
Contributor Author

@tseaver I moved the default _chunk_size to class.

Copy link
Copy Markdown

Coverage remained the same at 100.0% when pulling e442cd2 on dhermes:fix-546 into f08e71b on GoogleCloudPlatform:master.

tseaver commented Apr 10, 2015

Copy link
Copy Markdown
Contributor

LGTM

dhermes added a commit that referenced this pull request Apr 10, 2015
Make storage upload/download have no chunk size by default.
dhermes merged commit 4c63b2a into googleapis:master Apr 10, 2015
dhermes deleted the fix-546 branch April 10, 2015 19:27
parthea pushed a commit that referenced this pull request Sep 18, 2025
…ING (#814)

* fix!: `to_gbq` loads `unit8` columns to BigQuery INT64 instead of STRING

fix!: `to_gbq` loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP (#814)
fix!: `to_gbq` loads object column containing bool values to BOOLEAN instead of STRING (#814)
fix!: `to_gbq` loads object column containing dictionary values to STRUCT instead of STRING (#814)
deps: min pyarrow is now 4.0.0 to support compliant nested types (#814)
Release-As: 0.24.0
parthea pushed a commit that referenced this pull request Nov 24, 2025
Add Retry timeout to ads and async template

Co-authored-by: Dov Shlachter <dovs@google.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
parthea pushed a commit that referenced this pull request Nov 24, 2025
* fixed null pointer

* added test

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* removed unneeded file

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea added a commit that referenced this pull request Nov 24, 2025
We do not seem to use AppVeyor in our precommit checks any more.

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
This adds a flag `preserve_generation` to the method `bucket.delete_blobs()`
- allows preserving and propagating blob generations when set to True (default False)
- better ensures backwards compatibility with both `delete_blobs()` and `bucket.delete(force=True)`

Fixes #814
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

resumable uploads should try to send the file in one chunk by default

4 participants


Back | FazBrowse Home | New Git URL