Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | multipart upload for s3 object storage | Robin Appelman | 2017-09-20 | 1 | -5/+22 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix path style | Robin Appelman | 2017-09-18 | 1 | -3/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | reuse object read/write/delete logic in s3 implementations | Robin Appelman | 2017-09-18 | 2 | -49/+83 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | update aws sdk and move it to 3rdparty | Robin Appelman | 2017-09-18 | 2 | -41/+21 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Fix uninitialized variable $this->params | William Pain | 2017-09-11 | 1 | -2/+2 | |
| | | | | Signed-off-by: William Pain <pain.william@gmail.com> | |||||
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 1 | -4/+4 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | improved logging of objectore errors | Robin Appelman | 2017-06-21 | 1 | -5/+21 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | serialize the token to json instead of using php's serialize | Robin Appelman | 2017-03-28 | 1 | -10/+36 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | cache swift tokens in memcache | Robin Appelman | 2017-03-28 | 1 | -10/+36 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | better error messages for invalid regions, urltypes and service names | Robin Appelman | 2017-03-28 | 1 | -4/+63 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | better error messages when swift authentication fails | Robin Appelman | 2017-03-28 | 1 | -1/+17 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | replace close:// streamwrapper with CallBackWrapper | Robin Appelman | 2017-01-06 | 1 | -15/+6 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fopen s3 objects directly to work around unexplainable guzzle bug | Robin Appelman | 2016-11-16 | 1 | -30/+21 | |
| | | | | | | | For some reason when a text file started with a valid hex character ([0-9a-f]) it would eat the text untill the first newline The new code does basically the same thing as guzzle/s3-sdk did only without wrapping everything in a guzzle stream Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | add amazon s3 objectstore backend | Robin Appelman | 2016-11-16 | 1 | -0/+116 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | split testing of objectstoragestorage and objectstore implementations | Robin Appelman | 2016-11-16 | 1 | -0/+90 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | split off s3 connection logic | Robin Appelman | 2016-11-16 | 1 | -0/+124 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | make object prefix configurable | Jörn Friedrich Dreyer | 2016-11-14 | 1 | -1/+6 | |
| | ||||||
* | allow using 'bucket' to set the swift container | Robin Appelman | 2016-11-04 | 1 | -0/+4 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Allow setting a maximun number of buckets for multibucket | Robin Appelman | 2016-11-02 | 1 | -3/+5 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 3 | -3/+3 | |
| | ||||||
* | Fix others | Joas Schilling | 2016-07-21 | 5 | -8/+13 | |
| | ||||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 | |
| | ||||||
* | Allow multibucket in objectstore | Roeland Jago Douma | 2016-05-23 | 1 | -0/+52 | |
| | ||||||
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 4 | -0/+708 | |