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

Adds compression ability to the plugin and allows uploading to the root level #6

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

bitblit
Copy link

@bitblit bitblit commented Jul 18, 2014

This commit adds 2 changes:

  1. By making destination an optional parameter, it allows uploading to the root of the bucket (you must supply NULL to the Transfer object for this to happen, which can't be done without the change)
  2. Allows marking the entire upload to be GZIP compressed prior to upload. This simulates Apache's on-the-fly compression in S3's static server. Also allows certain files (e.g., files that are already compressed and meant to be streamed) to be excluded from the compression phase.

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

1 participant