HFO4
|
c62e355345
|
fix: cannot use LAN OSS endpoint for uploading
|
3 years ago |
HFO4
|
ba0e3278e3
|
fix: signature error when finishing oss upload
|
3 years ago |
HFO4
|
4f65d0e859
|
fix: use default chunk size if it is set as 0
|
3 years ago |
HFO4
|
d117080991
|
Test: new changes pkg filesystem
|
3 years ago |
HFO4
|
31315c86ee
|
Feat: support option for cache streamed chunk data into temp file for potential retry.
|
3 years ago |
HFO4
|
7eb8173101
|
Feat: adapt new uploader for s3 like policy
This commit also fix #730, #713, #756, #5
|
3 years ago |
HFO4
|
07f13cc350
|
Refactor: factory method for OSS client
Fix: use HTTPS schema by default in OSS client
Feat: new handler for Qiniu policy
|
3 years ago |
HFO4
|
0df9529b32
|
Feat: generating token and callback url for OSS muiltpart upload, support resume upload in sever-side uploading for OSS
|
3 years ago |
HFO4
|
118d738797
|
Feat: support apply append mode and overwrite mode for FileStream
|
3 years ago |
HFO4
|
2811ee3285
|
Feat: slave policy creating upload session API
|
3 years ago |
HFO4
|
7dd636da74
|
Feat: upload session recycle crontab job / API for cleanup all upload session
|
3 years ago |
HFO4
|
72173bf894
|
Refactor: create placeholder file and record upload session id in it
|
3 years ago |
HFO4
|
e37e93a7b6
|
Feat: create hidden file when creating upload session
|
3 years ago |
HFO4
|
868a88e5fc
|
Refactor: use universal FileHeader when handling file upload, remove usage of global ctx with FileHeader, SavePath, DisableOverwrite
|
3 years ago |
HFO4
|
de9c41082c
|
Feat: create upload session and pre-upload check
|
3 years ago |
HFO4
|
5e226efea1
|
Feat: disable overwrite for non-updating put request, only works under local,slave,OneDrive,OSS policy. (#764)
|
4 years ago |
HFO4
|
7279be2924
|
Fix: user storage might be returned twice when OneDrive uploading canceled in WebDAV requests
|
4 years ago |
HFO4
|
a5805b022a
|
Feat: enable using LAN endpoint in serverside request of OSS policy (#399)
|
4 years ago |
Loyalsoldier
|
79b8784934
|
Comply with Golang semantic import versioning (#630)
* Code: compatible with semantic import versioning
* Tools & Docs: compatible with semantic import versioning
* Clean go.mod & go.sum
|
4 years ago |
HFO4
|
cfaf20926f
|
Feat: List files in COS bucket
|
5 years ago |
HFO4
|
52c2422be9
|
Feat: list oss files
|
5 years ago |
HFO4
|
1afc750dae
|
Modify: create folder if not exist while importing files
|
5 years ago |
HFO4
|
36e5b31f73
|
Modify: add recursive options for list method
Test: local.List
|
5 years ago |
HFO4
|
8c547a05fd
|
Fix: mismatched pointer receiver in oss.Driver
|
5 years ago |
HFO4
|
f7311f906b
|
Feat: add List method to Handler interface / implement local.List
|
5 years ago |
HFO4
|
46743f3c1e
|
Fix: unsupported GET parameters in public OSS bucket
|
5 years ago |
yeungc
|
6285e45e34
|
Fix: filename and code typo (#260)
* Rename handller.go to handler.go
* Rename handller.go to handler.go
* Rename handller_test.go to handler_test.go
* Rename handller.go to handler.go
* Rename handller.go to handler.go
* Rename handller.go to handler.go
* Rename handller.go to handler.go
* Fix typo
|
5 years ago |