Skip to content

Releases: halo-dev/plugin-s3

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