aboutsummaryrefslogtreecommitdiffstats
path: root/examples/object_storage
Commit message (Collapse)AuthorAgeFilesLines
* examples: storage example reviewMáximo Cuadros2016-08-302-339/+0
|
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-291-1/+1
|
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-291-4/+4
| | | | | | | Some storage backends can optimize object lookup if they get the object type that is expected. So we the signature of the Get method is now Get(Hash, ObjectType). Added generic tests for storage backends.
* options renamed and some text fixesMáximo Cuadros2016-08-222-1/+37
|
* example: fix storag exampleMáximo Cuadros2016-08-161-0/+21
|
* examples: fixMáximo Cuadros2016-08-151-1/+1
|
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-142-14/+132
|
* examples: object_storage exampleMáximo Cuadros2016-08-122-0/+164