chore: bump version and correct license (#15)

perf: Use async client and multipart upload to avoid out of memory by @longjuan in https://github.com/halo-sigs/plugin-s3/pull/7
feat: add access style options to support minio binding domain names by @longjuan in https://github.com/halo-sigs/plugin-s3/pull/13
feat: check the file already exists before uploading by @longjuan in https://github.com/halo-sigs/plugin-s3/pull/11
```release-note
None
```
This commit is contained in:
longjuan
2023-01-31 10:22:09 +08:00
committed by GitHub
parent 72af0fcdac
commit c9f13d4b5f
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
version=1.2.1-SNAPSHOT
version=1.3.0-SNAPSHOT

View File

@@ -4,7 +4,7 @@ metadata:
name: PluginS3ObjectStorage
spec:
enabled: true
version: 1.2.1
version: 1.3.0
requires: ">=2.0.0"
author:
name: longjuan
@@ -16,4 +16,4 @@ spec:
displayName: "对象存储Amazon S3 协议)"
description: "提供兼容 Amazon S3 协议的对象存储策略,兼容阿里云、腾讯云、七牛云等"
license:
- name: "MIT"
- name: "GPL-3.0"