Create a share
blobyard share blobyard://demo-team/release-files/releases/report.zip --expires 7dA share targets one object version. The raw public URL is returned once and stored only as a hash. Without --expires a share lasts seven days, and the longest allowed lifetime is thirty days.
- Durations combine a positive whole number with d, h, m, or s, such as 7d or 45m.
- Add --notify someone@example.com to email the link to the recipient.
- Sharing a local path uploads it first, then shares the new version.
How recipients download
The recipient opens the share page and requests a download. Each download uses a private signed URL that lives for sixty seconds or until the share expires, whichever is sooner.
List and revoke shares
Review active shares, their use counts, and expiry on the dashboard Shares page, or list and revoke them through the API and MCP tools. Revocation blocks new download grants immediately.