# Configure an S3 compatible object storage provider for uploads

**URL:** https://meta.discourse.org/t/configure-an-s3-compatible-object-storage-provider-for-uploads/148916
**Category:** Self-Hosting
**Tags:** cdn, configuring, how-to, reference
**Created:** [April 22, 2020, 10:37pm UTC](https://meta.discourse.org/t/configure-an-s3-compatible-object-storage-provider-for-uploads/148916 "2020-04-22T22:37:37Z")
**Posts on this page:** 1
**Showing post:** 235

<div class="post-metadata">

### Author: ![tuanpembual](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tuanpembual/32/223553_2.png) [@tuanpembual](https://meta.discourse.org/u/tuanpembual)
#### Post date: [August 11, 2021, 12:22pm UTC](https://meta.discourse.org/t/configure-an-s3-compatible-object-storage-provider-for-uploads/148916/235 "2021-08-11T12:22:42Z")

</div>

Hi.

I just want give update. We will able setup backup using GCS now. I post [on other thread](https://meta.discourse.org/t/use-google-cloud-storage-instead-of-s3/40046/4) too. I hope it will help other people who painful search this solution.

How to do that?  
Enable default config for backup(or you can setting form admin dashboard).

```plaintext
DISCOURSE_S3_BACKUP_BUCKET: falcoland-files/backup
DISCOURSE_BACKUP_LOCATION: s3

```

Then set bucket permission as `Storage Legacy Object Owner`:

1. Go to your project in Google Cloud Console
2. Select Storage
3. Select your bucket
4. Go to the permissions tab
5. Add new permission, fill your service account email with your account. for roles, select `Storage Legacy Object Owner`
6. Save and done.

Sorry for double post, I just want share this good update.  
Thank you

---

_[View the full topic](https://meta.discourse.org/t/configure-an-s3-compatible-object-storage-provider-for-uploads/148916)._
