We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I tried to use the cacheControl option to specify how long my assets should be cached, but it doesn't seem to be included in the 3.0.0 release.
E.g. I can't find these lines when I bumped to 3.0.0: https://github.com/multiplegeorges/vue-cli-plugin-s3-deploy/blob/master/s3deploy.js#L201-L203
Could you do a new release ?
The text was updated successfully, but these errors were encountered:
cacheControl.. isn't that handled by S3 directly?
Sorry, something went wrong.
AFAIK you still need to set the metadata on the objects uploaded to S3.
See: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html#expiration-individual-objects https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html#ExpirationAddingHeadersInS3
No branches or pull requests
Hi,
I tried to use the cacheControl option to specify how long my assets should be cached, but it doesn't seem to be included in the 3.0.0 release.
E.g. I can't find these lines when I bumped to 3.0.0:
https://github.com/multiplegeorges/vue-cli-plugin-s3-deploy/blob/master/s3deploy.js#L201-L203
Could you do a new release ?
The text was updated successfully, but these errors were encountered: