Commit Graph

27 Commits (1ef01de40288518ada48ba29374f29e5d1a97f8e)

Author SHA1 Message Date
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 11 years ago
Jörn Friedrich Dreyer ca0e3fdfea throw exception in writeBack, the returned boolean is checked nowhere 11 years ago
Jörn Friedrich Dreyer 9b0f0df7f5 make skeleton compatible with objectstore 11 years ago
Jörn Friedrich Dreyer 8488be4d03 Keep fileid on move in objectstore, fixes #10848 11 years ago
Robin Appelman 191a82e768 Stream downloads from Swift object stores without downloading it first 11 years ago
Bjoern Schiessle 735eac6c9d add a explicit interface for the home storage 11 years ago
Jörn Friedrich Dreyer 23fa75f5ac always regenerate etag when writing back file to objectstore 11 years ago
Jörn Friedrich Dreyer 25dbbbadd3 use normalize path to convert '.' to '' in objectstorestorage 11 years ago
Jörn Friedrich Dreyer ab93f1949d update hasUpdated description, overwrtie testStat for objectstore test 11 years ago
Jörn Friedrich Dreyer f96a535f80 fix objectstore test execution 11 years ago
Jörn Friedrich Dreyer 8e6cb6dc54 delete object without downloading it first 11 years ago
Robin Appelman 92f2a430a8 Don't bother checking for external updates for objectstore storages 11 years ago
Robin Appelman eb97eee964 Only initialize the swift container when manipulating an object 11 years ago
Robin Appelman 159b603d13 Add support for rackspace swift backends 11 years ago
Jörn Friedrich Dreyer 28c1a95575 use common storage test 11 years ago
Jörn Friedrich Dreyer 7ec53571c4 use 'object' as the fakedir stream name 11 years ago
Jörn Friedrich Dreyer c112a1d323 move to stream based IObjectStore interface, rearrange & reformat code 11 years ago
Jörn Friedrich Dreyer f2fe00e972 fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as storage id, by default use container/bucket name for storageid, make storageid configurable, store user only for HomeObjectStoreStorage, change updateObject() to writeObject() 11 years ago
Jörn Friedrich Dreyer 5cae863408 change architecture from inheritance to composition 11 years ago
Jörn Friedrich Dreyer 9335a5f07f remove duplicate method 11 years ago
Jörn Friedrich Dreyer 5722e31d1a add autocreate config option for containers, implement autocreate and delete of containers, use generated container names for tests 11 years ago
Jörn Friedrich Dreyer 7493ff0624 fix unit test by always initializing the root of the storage in the constructor 11 years ago
Jörn Friedrich Dreyer 10de4a7b90 move creation of / and users 'files' from storage constructor to setupFS / mount initialization 11 years ago
Jörn Friedrich Dreyer 87aaf39259 fix checking unset array values, deduplicate code, remove file from cache if it could not be stored in the objectstore 11 years ago
Jörn Friedrich Dreyer eca536d8b4 minor code cleanup 11 years ago
Jörn Friedrich Dreyer c020e8e658 use exceptions to notify abstract parent class of problems 11 years ago
Jörn Friedrich Dreyer ccb698a6a8 move swift and abstract code to core 11 years ago