appleboy/Azure Blob storage Tool
Update ExpiresAt of a blob in Azure Blob storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| account_name | Account name of Azure Blob storage | yes | — |
| account_key | Account key of Azure Blob storage | yes | — |
| container_name | Container name of Azure Blob storage | yes | — |
| blob_name | Blob name of Azure Blob storage | yes | — |
| duration | ExpiresAt duration | — | 1h |
Outputs
| name | description |
|---|---|
| expire_at | ExpiresAt of the blob |
| blob_url | URL of the blob |
| expire_at_unix | ExpiresAt of the blob in Unix timestamp |