Copy a file between Azure Blob 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"
Dynamic
YES
The blob service endpoint.
Dynamic
YES
The source from where the file should be copied.
Dynamic
YES
The destination to copy the file to.
Dynamic
YES
Connection string of the Storage Account.
Dynamic
YES
Default
false
Whether to delete the source file after copy.
Dynamic
YES
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.
The copied blob.
Dynamic
NO
Dynamic
NO
Dynamic
NO
Dynamic
NO
Format
uri
Dynamic
YES
The blob container.
Dynamic
YES
The full blob path on the container.