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
I would like to add gzip support because my clojurescripts assets are quite big :(.
I think it's not possible with the sync command so I would have to upload every file one by one setting the content-encoding to gzip.
I would still need to gzip all the files locally but I want to be sure something like this can be done.
Any recommendation, pointers ?
The text was updated successfully, but these errors were encountered:
Hello,
This plugin is mainly a wrapper around s3-sync[1] with some additional rules around configuring the s3 bucket correctly.
I'd recommend raising a feature request to support gzip content encoding as part of the s3-sync project. We can then update to the latest library.
Thanks [1] https://github.com/kanej/lein-s3-sync/tree/master/
Sorry, something went wrong.
No branches or pull requests
I would like to add gzip support because my clojurescripts assets are quite big :(.
I think it's not possible with the sync command so I would have to upload every file one by one setting the content-encoding to gzip.
I would still need to gzip all the files locally but I want to be sure something like this can be done.
Any recommendation, pointers ?
The text was updated successfully, but these errors were encountered: