Copy
yaml
type: "io.kestra.plugin.azure.storage.blob.copy"
Examples
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
endpoint *Requiredstring
from *RequiredCopy-CopyObject
to *RequiredCopy-CopyObject
connectionString string
delete booleanstring
Default
false
sasToken string
Outputs
blob Blob
Definitions
io.kestra.plugin.azure.storage.blob.models.Blob
container string
name string
size integer
uri string
Format
uri