jclouds/providers/azureblob
Andrew Gaul 1e1eb5a092 Add deleteContainerIfEmpty to BlobStore
This matches how most blobstores operate: delete container is a single
operation, not a compound operation which recursively deletes blobs.
Azure is the only provider which allows deleting a non-empty
container.
2014-07-25 23:02:39 -07:00
..
src Add deleteContainerIfEmpty to BlobStore 2014-07-25 23:02:39 -07:00
README.txt JCLOUDS-31. remove malformed, duplicate, or unnecessary headers 2013-05-16 21:30:32 -07:00
pom.xml Updating to 1.8.0-SNAPSHOT 2013-12-17 11:31:56 -08:00

README.txt

#
# The jclouds provider for Windows Azure's Storage (http://www.microsoft.com/windowsazure/storage/default.aspx).
#
# TODO: Implementation status.
# TODO: Supported features.
# TODO: Usage example.