kt-ucloud-storage-client

a simple client for kt uclound storage

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.jinahya
ArtifactId

ArtifactId

kt-ucloud-storage-client
Last Version

Last Version

0.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

kt-ucloud-storage-client
a simple client for kt uclound storage
Project URL

Project URL

https://github.com/jinahya/kt-ucloud-storage-client
Source Code Management

Source Code Management

https://github.com/jinahya/kt-ucloud-storage-client

Download kt-ucloud-storage-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jinahya/kt-ucloud-storage-client/ -->
<dependency>
    <groupId>com.github.jinahya</groupId>
    <artifactId>kt-ucloud-storage-client</artifactId>
    <version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jinahya/kt-ucloud-storage-client/
implementation 'com.github.jinahya:kt-ucloud-storage-client:0.5.1'
// https://jarcasting.com/artifacts/com.github.jinahya/kt-ucloud-storage-client/
implementation ("com.github.jinahya:kt-ucloud-storage-client:0.5.1")
'com.github.jinahya:kt-ucloud-storage-client:jar:0.5.1'
<dependency org="com.github.jinahya" name="kt-ucloud-storage-client" rev="0.5.1">
  <artifact name="kt-ucloud-storage-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jinahya', module='kt-ucloud-storage-client', version='0.5.1')
)
libraryDependencies += "com.github.jinahya" % "kt-ucloud-storage-client" % "0.5.1"
[com.github.jinahya/kt-ucloud-storage-client "0.5.1"]

Dependencies

provided (1)

Group / Artifact Type Version
javax.ws.rs : javax.ws.rs-api jar 2.0.1

test (3)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.7
org.apache.commons : commons-lang3 jar 3.4
org.testng : testng jar 6.9.10

Project Modules

There are no modules declared in this project.

kt-ucloud-storage-client

Maven Central Javadocs Dependency Status Build Status Sputnik

a set of clients for accessing kt ucloud storage.

verify

$ mvn -P(jersey|cxf|resteasy) -DauthUrl="" -DauthUser="" -DauthPass="" verify

methods

http java notes
HEAD peek... reads resources' information
GET read... reads resources
PUT update... creates or updates resources
POST configure... creates, updates or removes metadata
DELETE delete... deletes resources

java.net

final StorageClientNet client
    = new StorageClientNet(authUrl, authUser, authPass);

java.net.http

N/A yet.

javax.ws.rs

final StorageClientWsRs client
    = new StorageClientWsRs(authUrl, authUser, authPass);

Versions

Version
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1