# huaweicloud-stackstorm-packs **Repository Path**: HuaweiCloudDeveloper/huaweicloud-stackstorm-packs ## Basic Information - **Project Name**: huaweicloud-stackstorm-packs - **Description**: Stackstorm对接华为云服务,提供OBS拓展包 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-26 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Huaweicloud Integration Pack The StackStorm Huaweicloud integration pack supplies action integration for OBS. ## Prerequisites Huaweicloud and Stackstorm, up and running. ## Configuration Copy the example configuration in [huaweicloud.yaml.example](./huaweicloud.yaml.example) to `/opt/stackstorm/configs/huaweicloud.yaml` and edit as required. * ``region`` - Region where Huaweicloud commands will be executed * ``access_key_id`` - Access key * ``secret_access_key`` - Secret Access key How to obtain access key and secret access key, you can see the following page [Obtain AK/SK](https://support.huaweicloud.com/intl/en-us/usermanual-iam/iam_02_0003.html). ## Actions ### Object Storage Service (OBS) * ``create_bucket`` - Create a bucket. * ``delete_bucket`` - Delete the provided bucket. * ``list_buckets`` - Obtain the bucket list. * ``list_objects`` - List objects in a bucket. * ``upload_file`` - Upload local file to the provided bucket. * ``delete_object`` - Delete an object from a specified bucket. * ``delete_object`` - Delete objects from a specified bucket in a batch.