����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 216.73.216.84 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/app/libraries/vendor/microsoft/azure-storage/ |
Upload File : |
2016.08 - version 0.10.2 ALL * Allow passing an array of options to a service. Currently only Guzzle options are supported via the `http` parameter. 2016.05 - version 0.10.1 Blob * Fixed the issue that blobs upload with size multiple of 4194304 bytes and larger than 33554432 bytes. * Fixed the issue that extra / is appended in blob URL. 2016.04 - version 0.10.0 ALL * Separated Azure Storage APIs in Azure-SDK-for-PHP to establish an independent release cycle. * Remove all pear dependencies: HTTP_Request2, Mail_mime, and Mail_mimeDecode. Use Guzzle as underlying http client library. * Update storage REST API version to 2015-04-05. * Change root namespace from "WindowsAzure" to "MicrosoftAzure/Storage". * When set metadata operations contains invalid characters, it throws a ServiceException with 400 bad request error instead of Http_Request2_LogicException. Blob * Fixed the issue that upload large block blob fails. (https://github.com/Azure/azure-sdk-for-php/pull/757) * MicrosoftAzure\Storage\Blob\Models\Blocks.setBlockId now requires a base64 encoded string. Table * MicrosoftAzure\Storage\Table\Models\Property.getEdmType now returns EdmType::STRING instead of null if the property data type is not set in server.