Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Storage Client Library for Blob 1.1.0

Compare
Choose a tag to compare
@vinjiang vinjiang released this 26 Apr 07:23
· 128 commits to master since this release
1afdf1c

2018.04 - version 1.1.0

  • Private method BlobRestProxy::getBlobUrl now preserves primary URI path when exists.
  • MD files are modified for better readability and formatting.
  • CACERT can now be set when creating RestProxies using $options parameter.
  • Added a sample in BlobSamples.php to list all blobs with certain prefix. This is a recommended implementation of using continuation token to list all the blobs.
  • Removed unnecessary trailing spaces.
  • Assertions are re-factored in test cases.
  • Now the test framework uses PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase.