qoobaa / s3

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

Encoding problem, ruby 1.9.3 #71

Closed artur79 closed 11 years ago

artur79 commented 11 years ago

on bundle install:

Using s3 (0.3.11) from http://github.com/qoobaa/s3.git (at master) ArgumentError: invalid byte sequence in US-ASCII An error occurred while installing s3 (0.3.11), and Bundler cannot continue. Make sure that gem install s3 -v '0.3.11' succeeds before bundling.

artur79 commented 11 years ago

fixed after switch to rubygems version instead git one:

gem 's3'#, git: 'http://github.com/qoobaa/s3.git'