Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grishick committed Apr 23, 2014
1 parent 6169304 commit 12e9587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -79,6 +80,7 @@ to upload a file to your Windows Azure blob store:
<fileset> - FileSet, required. Ant <fileset> 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.
Expand Down

0 comments on commit 12e9587

Please sign in to comment.