Make default TTL expiryTime changes for downloadURL and uploadURL API's
ADR: #78 (closed)
uploadURL API Changes:
- included optional request parameter 'expiryTime'
- Few CSP's already have configurable parameter for the expiration TTL. (No changes for them)
- set default TTL to '1 Hour' in absence of this parameter
- maximum limit as 7 Days (if request 'expiryTime' has > 7 Days)
downloadURL API Changes:
- set default TTL to '1 Hour' in absence of this parameter
- maximum limit as 7 Days (if request 'expiryTime' has > 7 Days)
Also addresses the cleanup of 'Frame Of Reference' header refer: (home#102 (closed))
Edited by Thulasi Dass Subramanian