Skip to content

Private filesystem #68

Answered by tinect
tinect asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you can. Please not, that there is no setting in the plugin, while the plugin configs are just reflecting the public part.

Please keep in mind you should NOT link the storage to a pull zone, while private filesystem should NOT be accessible by browser.

Create a shopware.yml within config/packages and your settings:

shopware:
  filesystem:
    private:
      visibility: "private"
      type: "bunnycdn"
      config:
        endpoint: "https://storage.bunnycdn.com"
        storageName: "..."
        subfolder: ""
        apiKey: "..."
        useGarbage: true
        neverDelete: false

Replies: 1 comment

Comment options

tinect
Feb 23, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by tinect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant