azure-storage-python

Microsoft Azure Storage Library for Python

MIT License

Downloads
18.3M
Stars
339
Committers
41

Bot releases are visible (Hide)

azure-storage-python - azure-storage-blob v2.1.0 Latest Release

Published by zezha-msft about 5 years ago

  • Support for 2019-02-02 REST version. Please see our REST API documentation and blog for information about the related added features.
  • Added Batch Delete Blob API.
  • Added Batch Set Standard Blob Tier API(for BlockBlob).
  • Added support to set rehydrate blob priority for Set Standard Blob Tier API
  • Added Blob Tier support for PutBlob/PutBlockList/CopyBlob APIs.
  • Added support for client provided encryption key to numerous APIs.
azure-storage-python - azure-storage-file v2.1.0

Published by zezha-msft about 5 years ago

  • Support for 2019-02-02 REST version. Please see our REST API documentation and blog for information about the related added features.
  • Added update_range_from_file_url API to writes the bytes from one Azure File endpoint into the specified range of another Azure File endpoint.
  • Added set_directory_properties, create_permission_for_share and get_permission_for_share APIs
  • Added optional parameters(file_permission, smb_properties) for create_file*, create_directory* related APIs and set_file_properties API
  • Updated get_file_properties, get_directory_properties so that the response has SMB related properties
azure-storage-python - azure-storage-queue v2.1.0

Published by zezha-msft about 5 years ago

  • Support for 2019-02-02 REST version. No new features for Queue.
azure-storage-python - azure-storage-common v2.1.0

Published by zezha-msft about 5 years ago

  • Support for 2019-02-02 REST version. Please see our REST API documentation and blog for information about the related added features.
  • Validate that the echoed client request ID from the service matches the sent one.
azure-storage-python - azure-storage-common v2.0.0

Published by zezha-msft over 5 years ago

  • Added minor helpers for SAS related changes.
  • Bumped version to fix dependency problem.
azure-storage-python - azure-storage-common v1.4.2

Published by zezha-msft over 5 years ago

  • Reverted to v1.4.0 to fix dependency problems with blob/file/queue v1.5.0.
azure-storage-python - azure-storage-blob v2.0.1

Published by zezha-msft over 5 years ago

  • Updated the dependency to use azure-storage-common~=2.0.
azure-storage-python - azure-storage-queue v2.0.1

Published by zezha-msft over 5 years ago

  • Updated the dependency to use azure-storage-common~=2.0.
azure-storage-python - azure-storage-file v2.0.1

Published by zezha-msft over 5 years ago

  • Updated the dependency to use azure-storage-common~=2.0.
azure-storage-python - azure-storage-common v1.4.1

Published by zezha-msft over 5 years ago

  • Added minor helpers for SAS related changes
azure-storage-python - azure-storage-file v2.0.0

Published by zezha-msft over 5 years ago

  • Support for 2018-11-09 REST version. Please see our REST API documentation and blogs for information about the related added features.
  • Added an option to get share stats in bytes.
  • Added support for listing and closing file handles.
azure-storage-python - azure-storage-queue v2.0.0

Published by zezha-msft over 5 years ago

  • Support for 2018-11-09 REST version. (No new feature for Queue)
azure-storage-python - azure-storage-blob v2.0.0

Published by zezha-msft over 5 years ago

  • Support for 2018-11-09 REST version. Please see our REST API documentation and blog for information about the related added features.
  • Added support for append block from URL(synchronously) for append blobs.
  • Added support for update page from URL(synchronously) for page blobs.
  • Added support for generating and using blob snapshot SAS tokens.
  • Added support for generating user delegation SAS tokens.
  • Added missing permissions a (add) + c (create) for Container SAS
  • Throws exception when all parameters are None for set_blob_service_properties
azure-storage-python - azure-storage-blob v1.5.0

Published by zezha-msft over 5 years ago

  • Added new method list_blob_names to efficiently list only blob names in an efficient way.
azure-storage-python - azure-storage-common v1.4.0

Published by zezha-msft almost 6 years ago

  • When unable to sign request, avoid wasting time on retries by failing faster.
  • Allow the use of custom domain when creating service object targeting emulators.
  • azure-storage-nspkg is not installed anymore on Python 3 (PEP420-based namespace package).
  • Scrub off sensitive information on requests when logging them.
azure-storage-python - azure-storage-queue v1.4.0

Published by zezha-msft almost 6 years ago

  • azure-storage-nspkg is not installed anymore on Python 3 (PEP420-based namespace package)
azure-storage-python - azure-storage-file v1.4.0

Published by zezha-msft almost 6 years ago

  • azure-storage-nspkg is not installed anymore on Python 3 (PEP420-based namespace package)
azure-storage-python - azure-storage-blob v1.4.0

Published by zezha-msft almost 6 years ago

  • azure-storage-nspkg is not installed anymore on Python 3 (PEP420-based namespace package)
  • copy_blob method added to BlockBlobService to enable support for deep sync copy.
azure-storage-python - azure-storage-blob v1.3.1

Published by zezha-msft over 6 years ago

  • Fixed design flaw where get_blob_to_* methods buffer entire blob when max_connections is set to 1.
  • Added support for access conditions on append_blob_from_* methods.
azure-storage-python - azure-storage-file v1.3.1

Published by zezha-msft over 6 years ago

  • Fixed design flaw where get_file_to_* methods buffer entire file when max_connections is set to 1.
Package Rankings
Top 1.28% on Pypi.org
Top 9.18% on Spack.io
Top 15.27% on Conda-forge.org
Related Projects