Downloads

Downloads

Certified

Download all OBS objects matching a filter.

yaml
type: io.kestra.plugin.huawei.obs.tasks.Downloads
yaml
id: obs_downloads
namespace: company.team

tasks:
  - id: downloads
    type: io.kestra.plugin.huawei.obs.tasks.Downloads
    accessKeyId: "{{ secret('HUAWEI_AK') }}"
    secretAccessKey: "{{ secret('HUAWEI_SK') }}"
    region: "eu-west-101"
    bucket: "my-bucket"
    prefix: "reports/2024/"
    action: DELETE

yaml
id: obs_downloads_move
namespace: company.team

tasks:
  - id: downloads
    type: io.kestra.plugin.huawei.obs.tasks.Downloads
    accessKeyId: "{{ secret('HUAWEI_AK') }}"
    secretAccessKey: "{{ secret('HUAWEI_SK') }}"
    region: "eu-west-101"
    bucket: "my-bucket"
    prefix: "inbox/"
    action: MOVE
    moveTo:
      keyPrefix: "processed/"
Properties
DefaultNONE
Possible Values
NONEDELETEMOVE
Possible Values
OBSV2V4
Defaultmyhuaweicloud.com
Default1000
Definitions
bucketstring
keyPrefixstring
Definitions
etagstring
keystring
lastModifiedstring
Formatdate-time
ownerstring
sizeinteger
uristring
Formaturi
SubTypestring