Skip to content
New issue

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

Support for ContentEncoding #3

Merged
merged 1 commit into from
May 24, 2015
Merged

Support for ContentEncoding #3

merged 1 commit into from
May 24, 2015

Conversation

dvonlehman
Copy link
Contributor

Hi, I need the ability to store gzip encoded files in S3rver. The real S3 handles this with the ContentEncoding parameter on the putObject command. The PR includes code to read/write a contentEncoding key in the metadata file. Also I moved the functionality to create the test buckets into the mocha before block so it's possible to run one test at a time and have the test buckets exist. Added a new unit test for storing and reading a gzipped copy of jquery. All tests are passing when running npm test.

jamhall added a commit that referenced this pull request May 24, 2015
Support for ContentEncoding
@jamhall jamhall merged commit f2655dd into jamhall:master May 24, 2015
@jamhall
Copy link
Owner

jamhall commented May 24, 2015

Hi @dvonlehman

Thank you for your contribution! A nice extra feature.

Merged

@jamhall
Copy link
Owner

jamhall commented May 24, 2015

Would you like me to create a new release?

@dvonlehman
Copy link
Contributor Author

A new release to npm would be great. Thanks.

@jamhall
Copy link
Owner

jamhall commented Jun 1, 2015

Released a new version. Sorry for the delay; it completely slipped my mind.

Version is now: 0.0.5

Thanks for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants