by WindowsAzure via Windows Azure on 8/11/2009 8:07:58 PM
Today we are releasing a new set of features for Windows Azure Blob. Windows Azure Blob enables applications to store and manipulate large objects and files in the cloud. The blobs (files) can be up to 50GB in size for the CTP.
All changes for this release are versioned changes, using “x-ms-version: 2009-07-17”. All prior versions of commands executed against the storage system will continue to work, as we extend the capabilities of the existing commands and introduce new commands.
The features for this release are:
http://myaccount.blob.core.windows.net/picture.jpg
With this versioned change, we also changed the way applications perform operations on containers to make it explicit that it is a container operation instead of a blob operation. For example, to create a container called pictures, this now looks like:
PUT http://myaccount.blob.core.windows.net/pictures?restype=container
Note, to use the root blob container “x-ms-version: 2009-07-17” must be specified. Support for anonymous requests that do not require a x-ms-version HTTP header to be specified will be added in the future.
In addition to the above new features we made the following semantic changes as part of this versioned CTP release:
Note that the above features for this new release are currently only available via the Windows Azure Storage REST interface. They will be part of a future release of the Windows Azure SDK and storage client library.
For more information, details about these new features can be found in the MSDN documentation here later today:
http://msdn.microsoft.com/en-us/library/dd135733.aspx
In addition, Steve Marx will have some examples on using the above new functionality on his blog soon:
http://blog.smarx.com/
As always, we appreciate any feedback you might have.
Brad Calder Windows Azure Storage
Original Post: New Windows Azure Blob Features – August 2009
The content of the postings is owned by the respective author. AzureFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on AzureFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.