adonisjs / drive-s3

S3 driver for AdonisJS drive
MIT License
21 stars 9 forks source link

fix(write options): add missing cache-control header #1

Closed yodosan closed 2 years ago

yodosan commented 2 years ago

Proposed changes

Add the CacheControl header during the writing options phase. Without this, the header used during the upload is 'controlCache', and it's not taken into account by S3 as metadata.

Types of changes

Checklist

thetutlage commented 2 years ago

Thanks 👍