# Trouble with Google Bucket for backup

**URL:** <https://meta.discourse.org/t/trouble-with-google-bucket-for-backup/139959>\
**Category:** Self-hosting\
**Tags:** backups\
**Created:** [January 28, 2020, 4:37pm UTC](https://meta.discourse.org/t/trouble-with-google-bucket-for-backup/139959 "2020-01-28T16:37:40Z")\
**Posts on this page:** 1\
**Showing post:** 4

<div class="post-metadata">

**Author:** ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)\
**Post date:** [January 28, 2020, 7:18pm UTC](https://meta.discourse.org/t/trouble-with-google-bucket-for-backup/139959/4 "2020-01-28T19:18:13Z")

</div>

So, by entering the container and editing `Gemfile` and changing

```
gem 'aws-sdk-s3', require: false

```

to versions of

```
gem 'aws-sdk-s3', '1.51.0', require: false

```

and then doing

```plaintext
bundle install --no-deployment
sv restart unicorn

```

to see if it worked or not, a binary search through the versions shows that `1.51.0` is the last version that works, so something in `1.52.0` “Feature - Adding support in SelectObjectContent for scanning a portion of an object specified by a scan range.” is where the problem began.

I’m not sure what to do next. I guess I’ll open an issue over at [GitHub - aws/aws-sdk-ruby: The official AWS SDK for Ruby · GitHub](https://github.com/aws/aws-sdk-ruby), but I’m not sure that they care, right? So maybe open a ticket with the Google?

And Discourse still works for uploads on Google Buckets, just not backups.

---

_[View the full topic](https://meta.discourse.org/t/trouble-with-google-bucket-for-backup/139959)._
