Huawei OBS Connector

Content Type: Module
Categories: Connectors

Overview

This module is connector of Object Storage Service (OBS) on Huawei Cloud.

Documentation

Huawei OBS Connector

This module is connector of Object Storage Service (OBS) on Huawei Cloud.

Description

The Huawei OBS Connector provides an easy to way to use Object Storage Service (OBS) inside your Mendix application.

Prerequisites

The following prerequisites are required to use the Object Storage Service (OBS):

Huawei Cloud

To use Object Storage Service (OBS) you must have an account on Huawei Cloud. The Object Storage Service (OBS) is a stable, secure, efficient, and easy-to-use cloud storage service that is scalable and compatible, allowing storage of any amount of unstructured data in any format.

Console

OBS Console is a web-based GUI. Through the console, you can perform operations on OBS resources directly.

SDK

OBS provides software development kits (SDKs) in languages such as Java and provides abundant code examples to facilitate your secondary development.

SDK Reference

Purchase

Learn the OBS billing mode and pricing details. You can purchase resources in pay-per-use billing mode, or purchase a resource package as required Link.

Obtainting Access Keys (AK and SK)

Installation and Configuration

  1. Download this connector from the mendix Marketplace into your app.
  2. Add the HuaweiConfig_Overview page to navigation.
  3. Go to the configuration and Create a new configuration with your Access Key/Secret Key and you can add region by this reference.

Dependencies

  • Community Commons
  • Library Logging

Features

  • ListBuckets - List of Buckets
  • ListPrefixes - List of Prefixes
  • ListObjects - List of Objects
  • PutObject - Upload file to OBS
  • GetObject - Get file from OBS
  • DeleteObject - Delete file from OBS

Know issues



Releases

Version: 3.0.1
Framework Version: 9.6.12
Release Notes: Upgrade library: - esdk-obs-java-bundle-3.23.9.1.jar - log4j-api-2.22.0.jar - log4j-core-2.22.0.jar
Version: 3.0.0
Framework Version: 9.6.5
Release Notes: Fixed - Add dependency jar New Feature - Support Mendix 9
Version: 2.0.2
Framework Version: 8.18.5
Release Notes: Fixed - Add dependency jar New Feature - Support Mendix 9
Version: 1.0.0
Framework Version: 8.18.5
Release Notes: Update userlib/ of log4j from 2.16.0 to 2.17.0