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

[BUG] [aws deploy push] The Destination Bundle Type Does not Perform Compression (Zipping/Tarring) #1371

Closed
virgofx opened this issue Jun 5, 2015 · 1 comment
Assignees
Labels
bug This issue is a bug.

Comments

@virgofx
Copy link

virgofx commented Jun 5, 2015

When specifying a destination with a suffix of ".zip" or ".tar" or ".tar.gz" for use with the aws deploy push command ... which are all allowed revisions ... the resulting bundle is not compressed.

Either the extension of the bundle could automatically determine the desired compression or an alternate flag could be specified which determines that the actual file should be compressed using that appropriate mechanism.

I noticed this testing large deployments that were filling up S3 very fast --- when compressed it would have been not noticeable.

Additionally, directories with no files in them do not appear in the resulting bundle.

@kyleknap
Copy link
Contributor

kyleknap commented Jun 8, 2015

Thanks for reporting. We are looking into this.

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

No branches or pull requests

3 participants