Copy
Copy a blob within Azure Storage
Copy
Copy a blob within Azure Storage
yaml
type: io.kestra.plugin.azure.storage.blob.CopyExamples
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 *Required
Definitions
io.kestra.plugin.azure.storage.blob.Copy-CopyObject
container*Requiredstring
name*Requiredstring
to *Required
Definitions
io.kestra.plugin.azure.storage.blob.Copy-CopyObject
container*Requiredstring
name*Requiredstring
connectionString string
delete booleanstring
Default
falsesasToken string
Outputs
blob
Definitions
io.kestra.plugin.azure.storage.blob.models.Blob
containerstring
eTagstring
lastModifiedstring
Format
date-timenamestring
sizeinteger
uristring
Format
uri