aws-s3
aws-s3 copied to clipboard
Invalid multi byte escape error in Ruby 2.0.0-p0
Getting this error in the following line
.rvm/gems/ruby-2.0.0-p0/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:84: invalid multibyte escape: /[\x80-\xFF]/ (SyntaxError)
Ruby - 2.0.0-p0 Rails - 3.2.11
bump
Bump
bump
I managed to fix this by using:
# encoding: ascii
at the top of:
https://github.com/marcel/aws-s3/blob/master/lib/aws/s3/extensions.rb
Not sure if this is the best fix mind you?
bump
BUMP BUMP BUMP. This fucking bug is 4 years old
@whomwah did you put in PR for this?
At this time everyone already moved to https://github.com/aws/aws-sdk-ruby