зеркало из
1
0
Форкнуть 0
azure-sdk-for-python/sdk/storage
Ben Broderick Phillips 333ec6a995
Remove or fix azure* environment variables in live tests (#37815)
* Remove or fix azure* environment variables in live tests

* try samples against tme
2024-11-14 13:21:38 -05:00
..
azure-mgmt-storage set-pyproject (#36794) 2024-08-07 11:13:44 +08:00
azure-mgmt-storagecache set-pyproject (#36794) 2024-08-07 11:13:44 +08:00
azure-mgmt-storageimportexport add a couple pyproject.toml to disable breaking change check (#36785) 2024-08-06 11:39:35 -07:00
azure-mgmt-storagesync Disable breaking storage sync check (#36786) 2024-08-06 11:46:30 -07:00
azure-storage
azure-storage-blob [Storage] Increment Versions after STG 96 GA Release (#38526) 2024-11-13 22:22:11 +00:00
azure-storage-blob-changefeed disabled black in pyproject.toml for all packages (#38271) 2024-11-01 22:34:00 -04:00
azure-storage-extensions enable bandit (#37693) 2024-10-10 14:30:51 -07:00
azure-storage-file-datalake [Storage] Increment Versions after STG 96 GA Release (#38526) 2024-11-13 22:22:11 +00:00
azure-storage-file-share [Storage] Increment Versions after STG 96 GA Release (#38526) 2024-11-13 22:22:11 +00:00
azure-storage-queue disabled black in pyproject.toml for all packages (#38271) 2024-11-01 22:34:00 -04:00
README.md
ci.yml Ensure that mac runs on py311+ (#38491) 2024-11-13 14:26:51 -08:00
platform-matrix-all-versions.json Ensure that mac runs on py311+ (#38491) 2024-11-13 14:26:51 -08:00
test-resources.json
tests.yml Remove or fix azure* environment variables in live tests (#37815) 2024-11-14 13:21:38 -05:00

README.md

Azure Storage libraries for Python

Azure Storage is a Microsoft-managed service providing cloud storage that is highly available, secure, durable, scalable, and redundant. Azure Storage includes Blobs (objects), Queues, and Files.

  • azure-storage-blob is Microsoft's object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data that does not adhere to a particular data model or definition, such as text or binary data.

  • azure-storage-queue is a service for storing large numbers of messages. A queue message can be up to 64 KB in size and a queue may contain millions of messages, up to the total capacity limit of a storage account.

  • azure-storage-file-share offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block (SMB) protocol. Azure file shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS.

  • azure-storage-file-datalake offers fully directory level operations and permission related operations for hierarchical namespace enabled (HNS) enabled storage accounts.

  • azure-mgmt-storage supports managing Azure Storage resources, including the creation of new storage accounts.

Contributing

See the Storage CONTRIBUTING.md for details on building, testing, and contributing to these libraries.

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit cla.microsoft.com.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.