SharedAccess
Shared Access on the Azure Blob Storage.
yaml
type: "io.kestra.plugin.azure.storage.blob.SharedAccess"
yaml
id: azure_storage_blob_shared_access
namespace: company.team
tasks:
- id: shared_access
type: io.kestra.plugin.azure.storage.blob.SharedAccess
endpoint: "https://yourblob.blob.core.windows.net"
connectionString: "DefaultEndpointsProtocol=...=="
container: "mydata"
name: "myblob"
expirationDate: "{{ now() | dateAdd(1, 'DAYS') }}"
permissions:
- r
Dynamic
YES
The blob container.
Dynamic
YES
The blob service endpoint.
Dynamic
YES
The time after which the SAS will no longer work.
Dynamic
YES
The full blob path on the container.
SubType string
Dynamic
YES
Possible Values
READ
ADD
CREATE
WRITE
DELETE
DELETE_VERSION
TAGS
LIST
MOVE
EXECUTE
FILTER
IMMUTABILITY_POLICY
The permissions to be set for the Shared Access.
Dynamic
YES
Connection string of the Storage Account.
Format
uri
The SAS URI.