operations_publiclink
Create a shareable public link for a remote object, or remove an existing link by setting unlink=true. Manage access with optional expiration.
Instructions
Create or remove public link — Creates a share URL for an object or removes an existing link when unlink=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fs | No | Remote name or path hosting the object for which to manage a public link. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| expire | No | Optional expiration time for the public link, formatted as supported by the backend. | |
| remote | No | Path within `fs` to the object for which to create or remove a public link. | |
| unlink | No | Set to true to remove an existing public link instead of creating one. |