summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupAccountControl.cpp
Commit message (Collapse)AuthorAge
* Fix check for existing BackupStoreInfo file on S3 storesChris Wilson2015-08-29
|
* Add missing header include.Chris Wilson2015-08-23
| | | | | Fixes compilation on Windows.
* Compile fixChris Wilson2015-07-31
|
* Add S3Store account creation.Chris Wilson2015-07-31
|
* Refactor store account control to allow other store types.Chris Wilson2015-06-28
Move common code into a base class, leaving bbstored-specific code. Add skeleton of an S3 store type.