Skip to content

Commit

Permalink
fix: EndpointProtocol setting item does not take effect (#10)
Browse files Browse the repository at this point in the history
Fixes #9
```release-note
fix endpointProtocol setting item does not take effect
```
  • Loading branch information
longjuan committed Jan 7, 2023
1 parent bf3b11b commit 11087a9
Show file tree
Hide file tree
Showing 3 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.0-SNAPSHOT
version=1.2.1-SNAPSHOT
2 changes: 1 addition & 1 deletion src/main/resources/extensions/policy-template-s3os.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
label: Bucket 桶名称
validation: required
- $formkit: select
name: endpoint_protocol
name: endpointProtocol
label: Endpoint 访问协议
options:
- label: HTTPS
Expand Down
2 changes: 1 addition & 1 deletion 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.0
version: 1.2.1
requires: ">=2.0.0"
author:
name: longjuan
Expand Down

0 comments on commit 11087a9

Please sign in to comment.