Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Generate pre-sign URLs for a private file
| --- | --- | --- |
| filePath | [<code>RemotePathString</code>](#RemotePathString) | [RemotePathString](#RemotePathString) |
| options | <code>object</code> | Options to generate presign URL |
| options.expiryInSeconds | <code>number</code> | presign URL expiry duration |
| options.expiryInSeconds | <code>number</code> | presign URL expiry duration; must be less than or equal to 86400 seconds (1 day) |
| options.permissions | <code>string</code> | permissions for presigned URL (any combination of rwd) |
| options.urlType | <code>string</code> | default 'external', type of URL to return 'internal' or 'external' |

Expand Down