qoobaa / s3

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

Fixes private method warning from s3/object.rb in recent ruby versions #130

Closed denny closed 4 years ago

denny commented 4 years ago

Hi; I'm upgrading an old app and ran into a warning from this gem when I got to more recent versions of ruby, re. delegation to private methods. This small patch gets rid of that warning.

qoobaa commented 4 years ago

:heart: :heart: :heart: