Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

upload file to cloud storage stuck randomly #1563

Copy link
Copy link
@matrixl

Description

@matrixl
Issue body actions

My program will stuck randomly when call blob.upload_from_filename function, most of the time it happend to a pdf file (it also happened to small size pdf file). with version 0.10.1

client = storage.Client.from_service_account_json(app.config["GCS_KEYFILE"], app.config["GCS_PROJECTID"])
bucket = client.get_bucket(app.config["GCS_BUCKETID"])
blob = bucket.blob(remote_path)
blob.upload_from_filename(filename=local_path)

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.