qoobaa / s3

Library for accessing S3 objects and buckets, supports EU and US buckets
MIT License
258 stars 112 forks source link

Support for arbitrary headers when creating an object #89

Closed rafbm closed 9 years ago

rafbm commented 10 years ago

For instance x-amz-server-side-encryption: AES256. Currently this isn’t possible, right? I could work on this.

qoobaa commented 10 years ago

I haven't used S3 for a while, so I have no idea. Please create a pull request if you'd like to fix it.

arthurnn commented 9 years ago

:+1: @rafBM send the PR, and I will review it.

rafbm commented 9 years ago

Hey @arthurnn, I don’t plan on working on this anymore. I switched to the official aws-sdk version 2. It’s very feature complete and as lightweight as the s3 gem for it lets you require only the needed modules.