kaliber-scala / play-s3

S3 module for Play
MIT License
119 stars 49 forks source link

Add option for getting only the file metadata from S3 #25

Closed mariusmuja closed 9 years ago

mariusmuja commented 10 years ago

Sometimes it's useful to be able to only check a file metadata without downloading the entire file.

EECOLOR commented 10 years ago

As soon as I have some extra time I will integrate this feature.

EECOLOR commented 10 years ago

It usually helps if you create a test (or specification) for new features with pull requests.

EECOLOR commented 9 years ago

Did you have a chance to work on this?

EECOLOR commented 9 years ago

The version 6.0.0 has an getHeadersOf method