-
Notifications
You must be signed in to change notification settings - Fork 1.3k
adding Huawei OBS as object store. #8359
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
Changes from 12 commits
a8e75d9
fd1db41
69b77af
dc12e08
ad179a4
007c530
bd34cd5
d3453eb
dcfd55a
34e1673
5b87cf1
b638c1b
9f2cbec
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @scsynergy , I think we need to not add binary files in this repo. There is a construct for non-opensource files to be added in https://github.com/shapeblue/cloudstack-nonoss and then used if a project needs it. |
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,9 @@ | ||||||||||||||||||||||||||||||||||||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||
| <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||||||||||||||||||||||||||||||||||||||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||||||||||||||||||||||||||||||||||||||
| <modelVersion>4.0.0</modelVersion> | ||||||||||||||||||||||||||||||||||||||
| <groupId>com.huawei.storage</groupId> | ||||||||||||||||||||||||||||||||||||||
| <artifactId>esdk-obs-java</artifactId> | ||||||||||||||||||||||||||||||||||||||
| <version>3.23.9</version> | ||||||||||||||||||||||||||||||||||||||
| <description>POM was created from install:install-file</description> | ||||||||||||||||||||||||||||||||||||||
| </project> | ||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,12 @@ | ||||||||||||||||||||||||||||||||||||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||
| <metadata> | ||||||||||||||||||||||||||||||||||||||
| <groupId>com.huawei.storage</groupId> | ||||||||||||||||||||||||||||||||||||||
| <artifactId>esdk-obs-java</artifactId> | ||||||||||||||||||||||||||||||||||||||
| <versioning> | ||||||||||||||||||||||||||||||||||||||
| <release>3.23.9</release> | ||||||||||||||||||||||||||||||||||||||
| <versions> | ||||||||||||||||||||||||||||||||||||||
| <version>3.23.9</version> | ||||||||||||||||||||||||||||||||||||||
| </versions> | ||||||||||||||||||||||||||||||||||||||
| <lastUpdated>20240130160938</lastUpdated> | ||||||||||||||||||||||||||||||||||||||
| </versioning> | ||||||||||||||||||||||||||||||||||||||
| </metadata> | ||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,78 @@ | ||||||||||||||||||||||||||||||||||||||||||
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||||||||||||||||||||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||
| <modelVersion>4.0.0</modelVersion> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>cloud-plugin-storage-object-huawei-obs</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| <name>Apache CloudStack Plugin - Huawei OBS object storage provider</name> | ||||||||||||||||||||||||||||||||||||||||||
| <parent> | ||||||||||||||||||||||||||||||||||||||||||
| <groupId>org.apache.cloudstack</groupId> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>cloudstack-plugins</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| <version>4.19.0.0-SNAPSHOT</version> | ||||||||||||||||||||||||||||||||||||||||||
| <relativePath>../../../pom.xml</relativePath> | ||||||||||||||||||||||||||||||||||||||||||
| </parent> | ||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||
| <repositories> | ||||||||||||||||||||||||||||||||||||||||||
| <repository> | ||||||||||||||||||||||||||||||||||||||||||
| <id>local-huawei-sdk</id> | ||||||||||||||||||||||||||||||||||||||||||
| <url>file:///${project.basedir}/local-huawei-sdk</url> | ||||||||||||||||||||||||||||||||||||||||||
| </repository> | ||||||||||||||||||||||||||||||||||||||||||
| </repositories> | ||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||
| <dependencies> | ||||||||||||||||||||||||||||||||||||||||||
| <dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <groupId>org.apache.cloudstack</groupId> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>cloud-engine-storage</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| <version>${project.version}</version> | ||||||||||||||||||||||||||||||||||||||||||
| </dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <groupId>org.apache.cloudstack</groupId> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>cloud-engine-storage-object</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| <version>${project.version}</version> | ||||||||||||||||||||||||||||||||||||||||||
| </dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <groupId>org.apache.cloudstack</groupId> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>cloud-engine-schema</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| <version>${project.version}</version> | ||||||||||||||||||||||||||||||||||||||||||
| </dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <groupId>com.huawei.storage</groupId> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>esdk-obs-java</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| <version>3.23.9</version> | ||||||||||||||||||||||||||||||||||||||||||
| </dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <groupId>com.mikesamuel</groupId> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>json-sanitizer</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| <version>1.2.2</version> | ||||||||||||||||||||||||||||||||||||||||||
| </dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <groupId>com.jamesmurty.utils</groupId> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>java-xmlbuilder</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| <version>1.3</version> | ||||||||||||||||||||||||||||||||||||||||||
| <exclusions> | ||||||||||||||||||||||||||||||||||||||||||
| <exclusion> | ||||||||||||||||||||||||||||||||||||||||||
| <groupId>net.iharder</groupId> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>base64</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| </exclusion> | ||||||||||||||||||||||||||||||||||||||||||
| </exclusions> | ||||||||||||||||||||||||||||||||||||||||||
| </dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <groupId>com.squareup.okhttp3</groupId> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>okhttp</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| <version>4.10.0</version> | ||||||||||||||||||||||||||||||||||||||||||
| </dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <groupId>com.squareup.okio</groupId> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>okio</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| <version>3.0.0</version> | ||||||||||||||||||||||||||||||||||||||||||
| </dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <dependency> | ||||||||||||||||||||||||||||||||||||||||||
| <groupId>com.huaweicloud.sdk</groupId> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>huaweicloud-sdk-iam</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| <version>3.1.69</version> | ||||||||||||||||||||||||||||||||||||||||||
| <exclusions> | ||||||||||||||||||||||||||||||||||||||||||
| <exclusion> | ||||||||||||||||||||||||||||||||||||||||||
| <groupId>org.bouncycastle</groupId> | ||||||||||||||||||||||||||||||||||||||||||
| <artifactId>bcprov-jdk18on</artifactId> | ||||||||||||||||||||||||||||||||||||||||||
| </exclusion> | ||||||||||||||||||||||||||||||||||||||||||
| </exclusions> | ||||||||||||||||||||||||||||||||||||||||||
| </dependency> | ||||||||||||||||||||||||||||||||||||||||||
| </dependencies> | ||||||||||||||||||||||||||||||||||||||||||
| </project> | ||||||||||||||||||||||||||||||||||||||||||
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.
tab