laurilehmijoki / configure-s3-website

Ruby gem for configuring an AWS S3 bucket to function as a website
MIT License
40 stars 20 forks source link

aws-sdk dependency update #23

Open ctrl-b opened 7 years ago

ctrl-b commented 7 years ago

Is it possible to update the aws-sdk dependecy to ~>3

thanks!

bosskovic commented 6 years ago

Any news on this one?

ctrl-b commented 6 years ago

I forked this repo, and I'm testing the change and it's been working fine so far

Find: configure-s3-website.gemspec s.add_dependency 'aws-sdk', '~> 3'

https://gitlab.com/ulises/configure-s3-website/commit/6841ad8b0fc240c69128acd97c53aed9eed249c1

BhagyaAmarasinghe commented 2 years ago

PR with the fix: https://github.com/laurilehmijoki/configure-s3-website/pull/25