Marius
a75c24996f
Add v2 to module name
...
See https://github.com/tus/tusd/pull/672#issuecomment-1082737523 for context
2023-03-08 13:03:18 +01:00
Marius
f0faa8e556
Merge branch 'master' of github.com:tus/tusd into v2
2022-10-10 20:48:47 +02:00
genofire
306a031953
filestore: keep ID passed to NewUpload, if available ( #820 )
...
* fix(filestore): keep info.ID
* fix
2022-10-02 00:25:40 +02:00
Marius
1038298a79
core: Change GetReader to return io.ReadCloser ( #739 )
...
Squashed commit of the following:
commit e8b5b3751a86d86cae10e0bcf89caa481e5c3de6
Author: Marius <marius@transloadit.com>
Date: Sun Jun 19 12:15:22 2022 +0200
Fix generated mocks
commit 736e2e7bb6
Merge: 9d7096f
1e69d9b
Author: Stefan Scheidewig <stefan.scheidewig@staffbase.com>
Date: Sat Jun 18 07:53:29 2022 +0200
Merge branch 'v2' into readcloser_in_getreader
commit 9d7096fcb3
Author: Stefan Scheidewig <stefan.scheidewig@staffbase.com>
Date: Tue May 24 14:16:01 2022 +0200
Return ReadCloser in getReader
2022-06-19 12:18:02 +02:00
Marius
6d987aa226
core: Handle errors from reading request body centrally
2021-04-26 10:08:37 +02:00
Marius
97602c3d62
filestore: Handle os.ErrNotExist not in core handler
2021-04-25 23:17:42 +02:00
oliverpool
e138fc3e9e
filestore: Remove useless defer ( #318 )
...
Since the `file` is not used after the creation, its closing can be done without defer (and the err can be checked).
2019-10-23 18:51:36 +02:00
Marius
b73d634b47
core: Pass Upload interfaces to ConcatUploads
2019-09-19 12:14:25 +02:00
Marius
485c21d72e
core: Add context to DataStores
...
Closes https://github.com/tus/tusd/issues/288
2019-09-15 13:43:59 +02:00
Marius
2e688d5d38
filestore: Implement new interfaces
2019-08-26 11:41:52 +02:00
Marius
647c65a125
filestore: Drop the .bin suffix
...
Closes https://github.com/tus/tusd/issues/210
2019-08-19 13:03:42 +02:00
Marius
a323c91a6e
s3store: Add storage details
2019-08-19 10:38:08 +02:00
Marius
c0c3a4d1d0
filestore: Add information about saved upload
2019-08-19 09:29:56 +02:00
Marius
42bfe35457
core: Move packages into pkg/ and internal/ folders
2019-06-11 18:23:20 +02:00