Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Jun 27, 2019
1 parent 6675aed commit 93afb72
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ module.exports = (_, res) => {
// Giving the SAS token to the client also means they can upload huge file and increase your spending significantly.
// The other way is to use a proxied connection to Azure Storage, so you can control the size of the upload.

// TODO: Set up storage lifecycle management, https://docs.microsoft.com/en-us/azure/storage/blobs/storage-lifecycle-management-concepts

const now = new Date();
const blobName = [
now.getUTCFullYear(),
Expand Down

0 comments on commit 93afb72

Please sign in to comment.