From 12e95877045e50cb6dd66b1058b8edb7be5613cd Mon Sep 17 00:00:00 2001 From: Greg Solovyev Date: Tue, 22 Apr 2014 19:23:09 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 49b6199..806777d 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ to upload a file to your Windows Azure blob store: clicking on "Manage Access Keys" at the bottom of Azure Manager screen. azurefileup: + container - string, required. Name of the blob container where you want the files to be uploaded. list - boolean, optional. If set to "true" will print out a list of keys in the blob container where the new file is being uploaded after @@ -79,6 +80,7 @@ to upload a file to your Windows Azure blob store: - FileSet, required. Ant element that defines the list of files to be uploaded. See more here: http://ant.apache.org/manual/Types/fileset.html azurefiledown: + container - string, required. Name of the blob container where the blob that you want to download is located. blob - string, required. Name of the blob that you want to download.