Skip to content

Commit

Permalink
chore: bump version and correct license (#15)
Browse files Browse the repository at this point in the history
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
```release-note
None
```
  • Loading branch information
longjuan authored Jan 31, 2023
1 parent 72af0fc commit c9f13d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.2.1-SNAPSHOT
version=1.3.0-SNAPSHOT
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -16,4 +16,4 @@ spec:
displayName: "对象存储(Amazon S3 协议)"
description: "提供兼容 Amazon S3 协议的对象存储策略,兼容阿里云、腾讯云、七牛云等"
license:
- name: "MIT"
- name: "GPL-3.0"

0 comments on commit c9f13d4

Please sign in to comment.