Copy
Copy Certified

Copy a blob within Azure Storage

yaml
type: io.kestra.plugin.azure.storage.blob.Copy
yaml
id: azure_storage_blob_copy
namespace: company.team

tasks:
  - id: copy
    type: io.kestra.plugin.azure.storage.blob.Copy
    from:
      container: "my-bucket"
      key: "path/to/file"
    to:
      container: "my-bucket2"
      key: "path/to/file2"
Properties
Definitions
container*Requiredstring
name*Requiredstring
Definitions
container*Requiredstring
name*Requiredstring
Defaultfalse
Definitions
containerstring
eTagstring
lastModifiedstring
Formatdate-time
namestring
sizeinteger
uristring
Formaturi