Skip to content

Releases: halo-dev/plugin-s3

1.5.0

10 Oct 06:43
84345ef
Compare
Choose a tag to compare

⚠️请 Halo 2.10 用户将本插件升级到最新版本并重启 Halo 容器,旧版本会有上传失败的问题。

新功能 关联 S3 文件 在【插件】->【对象存储(Amazon S3 协议)】->【关联s3文件】

What's Changed

New Contributors

Full Changelog: 1.4.1...1.5.0

1.4.1

02 Aug 14:42
c109bbd
Compare
Choose a tag to compare

What's Changed

  • 保证分片上传时片段大小一致,解决部分服务商因分片大小不一致而上传失败的问题 by @JohnNiang in #50
  • 解决导入 Halo 1.x 附件后出现“Cannot obtain object key from attachment attachment-xyz”的问题 by @JohnNiang in #57
  • 完善 README 中七牛云空间名相关内容 by @zhangfeibiao in #46

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

09 Jun 10:34
022ecea
Compare
Choose a tag to compare

⚠️由于新增了Endpoint 访问风格配置项,从旧版本升级到此版本的用户请编辑旧的 S3 存储策略,参考README,选择与您所使用的服务商兼容的Endpoint 访问风格,并提交保存一次。

What's Changed

  • 当相同文件名存在时,自动重命名。 by @longjuan in #22
  • 使用 S3Client 代替 S3AsyncClient 以避免上传完毕后需要等待两秒钟,修复文件上传慢的问题。 by @JohnNiang in #30
  • 支持获取分享链接和永久链接。 by @JohnNiang in #35
  • 永久链接支持 Path Style。 by @longjuan in #38
  • 增加 Cloudflare 文档链接。 by @SanQianQVQ in #18
  • 增加 Oracle Cloud 文档链接。 by @bfmiaodi in #20

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

31 Jan 02:30
c9f13d4
Compare
Choose a tag to compare

⚠️由于新增了Endpoint 访问风格配置项,从旧版本升级到此版本的用户请编辑旧的 S3 存储策略,参考README,选择与您所使用的服务商兼容的Endpoint 访问风格,并提交保存一次。

What's Changed

  • perf: Use async client and multipart upload to avoid out of memory by @longjuan in #7
  • feat: add access style options to support minio binding domain names by @longjuan in #13
  • feat: check the file already exists before uploading by @longjuan in #11

Full Changelog: 1.2.1...1.3.0

1.2.1

07 Jan 13:04
11087a9
Compare
Choose a tag to compare

What's Changed

  • fix: EndpointProtocol setting item does not take effect by @longjuan in #10

Known Bugs

  • When the endpoint access protocol is HTTP, the error "Unable to reset stream after calculating AWS4 signature" appears when uploading some files

This bug may be fixed in the future multipart upload version

Full Changelog: 1.2.0...1.2.1

1.2.0

23 Dec 04:41
bf3b11b
Compare
Choose a tag to compare

What's Changed