Skip to content

Instantly share code, notes, and snippets.

@tomnagengast
Created August 9, 2017 17:16
Show Gist options
  • Save tomnagengast/26845b806a58d9c15e3c0af94d834f9b to your computer and use it in GitHub Desktop.
Save tomnagengast/26845b806a58d9c15e3c0af94d834f9b to your computer and use it in GitHub Desktop.
/**
* Get a temporary URL for the file at a given path.
*
* @param {string} path
* @param {Date} expiration
* @return {string}
*/
export function temporaryUrl(path, expiration)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment