Skip to content

progress_callback in azure-storage-blob #11419

@sfc-gh-mkeller

Description

@sfc-gh-mkeller
  • Package Name: azure-storage-blob
  • Package Version: 12.3.1
  • Operating System: CentOS 7
  • Python Version: 3.5

Describe the bug
A clear and concise description of what the bug is.

Hi, I'm updating one of our libraries to version 12 from 2 and I can't seem to find where progress_callback went when uploading or downloading blobs.
Was this feature removed? Or is it just me that can't find any documentation on this?

To Reproduce
Steps to reproduce the behavior:

  1. On version 2 we were able to:
client.create_blob_from_path(
                azure_location.container_name,
                path,
                data_file,
                progress_callback=azure_callback
)
  1. I can't find any documentation on how to do this in version 12.

Metadata

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.Service AttentionWorkflow: This issue is responsible by Azure service team.StorageStorage Service (Queues, Blobs, Files)customer-reportedIssues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions