5apps / liquor-cabinet

remoteStorage HTTP API, based on Sinatra
MIT License
40 stars 6 forks source link

Do not do an extra HEAD request after a PUT for Last-Modified #124

Closed gregkare closed 6 years ago

gregkare commented 6 years ago

In the S3 adapter, use the Date header from a PUT request as the Last-Modified time that we store in Redis

raucao commented 6 years ago

lgtm