-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add s3 api. #50
Conversation
@@ -69,6 +69,6 @@ For a Gradle project, add the following to your `build.gradle` file: | |||
dependencies { | |||
// ... | |||
// https://mvnrepository.com/artifact/group.rxcloud/cloud-runtimes-api | |||
implementation group: 'group.rxcloud', name: 'cloud-runtimes-api', version: '1.15.RELEASE' | |||
implementation group: 'group.rxcloud', name: 'cloud-runtimes-api', version: '1.16-SNAPSHOT' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.16.RELEASE
@@ -55,7 +55,7 @@ For a Maven project, add the following to your `pom.xml` file: | |||
<dependency> | |||
<groupId>group.rxcloud</groupId> | |||
<artifactId>cloud-runtimes-api</artifactId> | |||
<version>1.15.RELEASE</version> | |||
<version>1.16-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.16.RELEASE
|
||
public void setKey(String key) { | ||
this.key = key; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以给pojo添加toString
方法吗
LGTM |
Description
add s3 api.
Issue reference
#48
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: