mirror of
https://github.com/rclone/rclone.git
synced 2025-05-30 15:57:58 +08:00
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user