# S3 as a storage of files

**URL:** https://forum.shopware.com/t/s3-as-a-storage-of-files/108833
**Category:** Shopware 6 (English)
**Tags:** general
**Created:** [31. März 2026 um 11:27 UTC](https://forum.shopware.com/t/s3-as-a-storage-of-files/108833 "2026-03-31T11:27:18Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ruslankorbut773](https://avatars.discourse-cdn.com/v4/letter/r/3bc359/32.png) [@ruslankorbut773](https://forum.shopware.com/u/ruslankorbut773)
#### Post date: [31. März 2026 um 11:27 UTC](https://forum.shopware.com/t/s3-as-a-storage-of-files/108833/1 "2026-03-31T11:27:18Z")

</div>

Hello!  
I cannot understand, how to properly configure S3 (keeping it in restricted mode) as a solution to store files in the next directories: /files, /public/media, /public/sitemap, /public/thumbnail?  
I see that I need yml config, but using this I receive this exceptions: The bucket does not allow ACLs.  
\_\_\_\_\_\_\_\_\_\_\_\_\_  
shopware:  
filesystem:  
public:  
url: „{url-to-your-public-files}“  
# The Adapter Configuration  
private:  
visibility: „private“  
# The Adapter Configuration  
theme:  
url: „{url-to-your-theme-files}“  
# The Adapter Configuration  
asset:  
url: „{url-to-your-asset-files}“  
# The Adapter Configuration  
sitemap:  
url: „{url-to-your-sitemap-files}“  
# The Adapter Configuration

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [31. März 2026 um 11:41 UTC](https://forum.shopware.com/t/s3-as-a-storage-of-files/108833/2 "2026-03-31T11:41:33Z")

</div>

You know that page? [Filesystem | Shopware Documentation](https://developer.shopware.com/docs/guides/hosting/infrastructure/filesystem.html#amazon-s3)

---

<div class="post-metadata">

### Author: ![ruslankorbut773](https://avatars.discourse-cdn.com/v4/letter/r/3bc359/32.png) [@ruslankorbut773](https://forum.shopware.com/u/ruslankorbut773)
#### Post date: [1. April 2026 um 10:31 UTC](https://forum.shopware.com/t/s3-as-a-storage-of-files/108833/3 "2026-04-01T10:31:28Z")

</div>

To be honest, this is not entirely clear to me - the part about storing object in S3 from directories: /files, /public/media, /public/sitemap, /public/thumbnail.

I see how this can be done with NFS, but I want to try switching to S3, however, I don’t fully understand the correct settings and why the settings are listed this way. I just need someone to explain in chat how this is meant, which directories (specifically) will be transferred to S3, and what the bucket needs to have in its settings, otherwise everything will break (avoiding exceptions like - “AccessControlListNotSupported\nMessage: The bucket does not allow ACLs”

I’ve already tried the settings specified in the docs, but they didn’t work for me.  
To be more open in the chat, I will say that I would not write if everything was clear to me

Thank you
