1.0.2 • Published 1 year ago

deepstream.io-plugin-huawei-cloud v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

deepstream.io-plugin-huawei-cloud

This plugin is a third party deepstream.io plugin. It can help you sync your deepstream.io heap-snapshots to Huawei Cloud OBS.

Services

OBS Sync

OBS Sync is one way, it will only upload files to OBS, and will not download OBS files to local directory. If there are same files, ie. same filenames in OBS, OBS Sync will only upload the newer ones, so that it won't upload the exist files to OBS, unless the local files are updated.

Config

deepstream.io/conf/config.yml

plugins:
  huawei-cloud:
    name: huawei-cloud
    options:
      accessKeyId: ${HUAWEI_CLOUD_ACCESS_KEY_ID}
      secretAccessKey: ${HUAWEI_CLOUD_SECRET_ACCESS_KEY}
      services:
        - type: obs-sync
          options:
            syncDir: file(../heap-snapshots)
            bucketName: ${SYNC_BUCKET_NAME}
            obsEndpoint: ${OBS_ENDPOINT}
            # obsKeyPrefix: heap-snapshots
1.0.2

1 year ago

1.0.1-beta.2

1 year ago

1.0.1-beta.1

1 year ago

1.0.1-beta.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago