
Copy
Copy
Copy a file within Azure Blob Storage.
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
The blob service endpoint.
from*Required
The source from where the file should be copied.
Definitions
io.kestra.plugin.azure.storage.blob.Copy-CopyObject
container*Requiredstring
name*Requiredstring
to*Required
The destination to copy the file to.
Definitions
io.kestra.plugin.azure.storage.blob.Copy-CopyObject
container*Requiredstring
The blob container.
name*Requiredstring
The full blob path on the container.
connectionStringstring
Connection string of the Storage Account.
deletebooleanstring
Default
falseWhether to delete the source file after copy.
sasTokenstring
The SAS token to use for authenticating requests.
This string should only be the query parameters (with or without a leading '?') and not a full URL.
Outputs
blob
The copied blob.
Definitions
io.kestra.plugin.azure.storage.blob.models.Blob
containerstring
eTagstring
lastModifiedstring
Format
date-timenamestring
sizeinteger
uristring
Format
uri