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

Add compression for pushed files on platforms that support zlib #1534

Merged
merged 1 commit into from
Oct 12, 2015

Conversation

JordonPhillips
Copy link
Member

Closes #1371

The user's python must have access to the zlib module which is default on the vast majority of python installations. A small number of linux distributions may not have it by default. If they don't have it, we fall back to storage mode.

@@ -22,7 +22,7 @@
from awscli.customizations.codedeploy.utils import validate_s3_location
from awscli.customizations.commands import BasicCommand
from awscli.errorhandler import ServerError, ClientError

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pep8: make sure there are two lines separating imports from where the code logic begins

@kyleknap
Copy link
Contributor

Looks good. A couple of very small comments.

@JordonPhillips
Copy link
Member Author

👍

@JordonPhillips JordonPhillips force-pushed the compress_in_codedeploy branch 2 times, most recently from 5d8f860 to fd5b034 Compare October 1, 2015 16:40
@JordonPhillips JordonPhillips added pr:needs-review This PR needs a review from a Member. and removed incorporating-feedback labels Oct 1, 2015
@kyleknap
Copy link
Contributor

LGTM 🚢

@kyleknap kyleknap added pr:ready-to-merge This PR is ready to be merged. and removed pr:needs-review This PR needs a review from a Member. labels Oct 12, 2015
JordonPhillips added a commit that referenced this pull request Oct 12, 2015
Add compression for pushed files on platforms that support zlib
@JordonPhillips JordonPhillips merged commit 40ebeb8 into aws:develop Oct 12, 2015
@JordonPhillips JordonPhillips deleted the compress_in_codedeploy branch October 12, 2015 20:09
thoward-godaddy pushed a commit to thoward-godaddy/aws-cli that referenced this pull request Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:ready-to-merge This PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants