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 option to send HEAD request #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add option to send HEAD request #42

wants to merge 1 commit into from

Conversation

hhursev
Copy link

@hhursev hhursev commented Jun 17, 2015

My use case is as follow:

I have some database dumps stored in s3.
I want to check my dumps sizes, so I actually don't need the request response content, but the content-length from the headers of the response.
Say dumps are 50 GB of size, then a get request is a bad idea.

Having native conn.head(key) will come handy for me.

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.

1 participant