appfolder88
84cf0c5f9c
feat: add Darkibox storage policy driver
...
Add storage driver for Darkibox (https://darkibox.com/ ), an
XFileSharing-based video hosting platform.
Implements the Handler interface:
- Put: two-step upload via upload server
- Delete: file deletion via API
- Source: direct link generation with quality selection
- List: recursive folder/file listing with pagination
- Folder management: auto-create path on upload
Uses policy.AccessKey for the API key.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 weeks ago
Darren Yu
50017060f1
fix: skip 0kb placeholder object as directory in file listing ( #3347 )
2 months ago
Aaron Liu
6322a9e951
fix(s3): nil pointer when uploading files to SeaweedFS ( close #3265 )
3 months ago
Darren Yu
2ecc7f4f59
fix(cos): missing response-content-disposition header when enable not sign for CDN url ( #2546 ) ( #3202 )
...
* fix(cos): missing response-content-disposition header for public-read bucket
* fix(cos): anonymous GET req not support response header
4 months ago
Darren Yu
a08c796e3f
fix(ks3): fix content disposition format for download filename ( #3040 ) ( #3057 )
5 months ago
Aaron Liu
67c6f937c9
fix(oss): disable RSA min key size check for OSS callback ( #3038 )
6 months ago
Aaron Liu
16b02b1fb3
feat: file blob encryption
7 months ago
Darren Yu
6bd30a8af7
fix(oss): change default expire ttl and sign param to adapt SDK v2 ( #2979 )
...
* fix(oss): change default expire ttl and sign param to adapt SDK v2
* fix(oss): add expire ttl limit
7 months ago
Aaron Liu
21cdafb2af
fix(oss): traffic limit should be in query instead of headers ( #2977 )
7 months ago
Aaron Liu
46897e2880
fix(oss): presigned multipart upload mismatch
7 months ago
Aaron Liu
e7d6fb25e4
feat(oss): upgrade to SDK v2 ( #2963 )
7 months ago
Aaron Liu
5e5dca40c4
feat(media meta): reverse geocoding from mapbox ( #2922 )
8 months ago
Darren Yu
58ceae9708
fix(uploader): failed to generate upload token for some file types ( #2847 ) ( #2900 )
...
* fix(mime): `mimeType` not assigned to new value when is empty
* fix(mime): add fallback mime type
8 months ago
Darren Yu
3b8110b648
fix(cos): traffic limit wrongly given in bytes, should be bits ( #2899 )
8 months ago
Darren Yu
fe7cf5d0d8
feat(thumb): enhance native thumbnail generater with encoding format and quality ( #2868 )
...
* feat(thumb): enhance native thumbnail generater with encoding format and quality
* Update thumbnail.go
* Update obs.go
8 months ago
Aaron Liu
4acf9401b8
feat(uploader): concurrent chunk uploads for local/remote storage policy
9 months ago
omiku
488f32512d
Add Kingsoft Cloud object storage policy to solve the cross-domain and friendly file name incompatibility problem of s3 compatible storage policy. ( #2665 )
...
* 新增金山云对象存储策略,解决s3兼容存储策略的跨域及友好文件名不兼容问题
* fix bug&add download Expire time args
* Handling of expiration times when they may be empty
10 months ago
Aaron Liu
617d3a4262
feat(qiniu): use accelerated upload domain ( #2497 )
10 months ago
Aaron Liu
6561e3075f
fix(qiniu): cannot sign URL for file blob with `%` ( #2463 )
11 months ago
Aaron Liu
2a7b46437f
fix(onedrive): cannot list folder with more than 500 direct children ( #2446 )
11 months ago
Aaron Liu
c13b7365b0
fix(s3): avoid perform URL encoding for proxyed path again if possible ( #2413 )
12 months ago
Aaron Liu
7bace40a4d
fix(import): import from slave not working / fix(recycle): skip sending delete request if no blob needs to be deleted in this batch
12 months ago
Aaron Liu
a10a008ed7
feat(workflow): import files from external storage
12 months ago
Aaron Liu
0a28bf1689
refactor(download): handle stream saver download outside of driver implementation ( fix #2366 )
1 year ago
AaronLiu
21d158db07
Init V4 community edition ( #2265 )
...
* Init V4 community edition
* Init V4 community edition
1 year ago