mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Don't use a zero max age anymore.
This commit is contained in:
@@ -249,7 +249,6 @@ uploadAssets = (release, buildDir, assets, callback) ->
|
||||
ACL: 'public-read'
|
||||
Key: key
|
||||
Body: fs.createReadStream(assetPath)
|
||||
CacheControl: 'max-age=0'
|
||||
s3.upload uploadParams, (error, data) ->
|
||||
if error?
|
||||
console.log("Upload release asset #{assetName} to S3 failed", error)
|
||||
|
||||
Reference in New Issue
Block a user