Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
a8e75d9fd1db4169b77afdc12e08ad179a4007c530bd34cd5d3453ebdcfd55a34e16735b87cf1b638c1b9f2cbecFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| 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"?> | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Licensed to the Apache Software Foundation (ASF) under one | |
| or more contributor license agreements. See the NOTICE file | |
| distributed with this work for additional information | |
| regarding copyright ownership. The ASF licenses this file | |
| to you under the Apache License, Version 2.0 (the | |
| "License"); you may not use this file except in compliance | |
| with the License. You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 | |
| Unless required by applicable law or agreed to in writing, | |
| software distributed under the License is distributed on an | |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |
| KIND, either express or implied. See the License for the | |
| specific language governing permissions and limitations | |
| under the License. | |
| --> | |
| <?xml version="1.0" encoding="UTF-8"?> |
| 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> | ||||||||||||||||||||||||||||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.
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