Azure Storage Emulator support (#3285)

* azureblob - Add support for Azure Storage Emulator to test things locally.

Testing - Verified changes by testing manually.

* docs: update azureblob docs to reflect support of storage emulator
This commit is contained in:
Sandeep
2019-06-26 20:46:22 -07:00
committed by GitHub
parent a1840f6fc7
commit fc44eb4093
2 changed files with 31 additions and 3 deletions

View File

@ -279,3 +279,9 @@ tiering blob to "Hot" or "Cool".
MD5 sums are only uploaded with chunked files if the source has an MD5
sum. This will always be the case for a local to azure copy.
### Azure Storage Emulator Support ###
You can test rlcone with storage emulator locally, to do this make sure azure storage emulator
installed locally and set up a new remote with `rclone config` follow instructions described in
introduction, set `use_emulator` config as `true`, you do not need to provide default account name
or key if using emulator.