We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbfbb4 commit e2575edCopy full SHA for e2575ed
1 file changed
ci/ci.py
@@ -297,12 +297,12 @@ def report_upload():
297
outdir + filename,
298
bucket,
299
destination_dir + filename,
300
- ExtraArgs={'ContentType': CT,'ACL': "public-read"})
+ ExtraArgs={'ContentType': CT,'ACL': "public-read",'CacheControl': 'no-cache'})
301
spaces.upload_file(
302
303
304
latest_dir + filename,
305
306
except Exception as error:
307
core_fail('Upload Error ' + str(error))
308
0 commit comments