Tags: cgb-cms/plugin-s3
Tags
fix: s3 link error when filename renaming enable (halo-dev#91) fixes halo-dev#90 请测试 `上传时重命名文件方式` 选项为**非**保留原文件名时,是否能正常关联s3文件 ![image](https://github.com/halo-dev/plugin-s3/assets/28662535/22ab0467-60bd-4c4c-a486-38bc922b7f37) ```release-note 当上传时文件重命名功能开启时关联S3文件错误 ```
chore: update github action (halo-dev#84) Signed-off-by: Ryan Wang <[email protected]>
Fallback to default handler for backward compatibility (halo-dev#57) #### What type of PR is this? /kind improvement #### What this PR does / why we need it: See halo-dev#56 for more. This PR skips permalink resolution while the object key is missing. So that the default handler will resolve permalink from annotation `storage.halo.run/external-link` #### Which issue(s) this PR fixes: Fixes halo-dev#56 #### Does this PR introduce a user-facing change? ```release-note 解决导入 Halo 1.x 附件后出现“Cannot obtain object key from attachment attachment-xyz”的问题 ```
Fix url space error (halo-dev#41) Fixes halo-dev#40 ![image](https://github.com/halo-sigs/plugin-s3/assets/28662535/03bc4ed8-c539-451f-8a88-99084240038a) ```release-note None ```
chore: bump version and correct license (halo-dev#15) perf: Use async client and multipart upload to avoid out of memory by @longjuan in halo-dev#7 feat: add access style options to support minio binding domain names by @longjuan in halo-dev#13 feat: check the file already exists before uploading by @longjuan in halo-dev#11 ```release-note None ```
fix: EndpointProtocol setting item does not take effect (halo-dev#10) Fixes halo-dev#9 ```release-note fix endpointProtocol setting item does not take effect ```