bitpoke / stack

Open-Source WordPress Infrastructure on Kubernetes
https://www.bitpoke.io/stack
Apache License 2.0
165 stars 30 forks source link

Media storage into GCS isn't working #94

Closed engmsaleh closed 4 years ago

engmsaleh commented 4 years ago

What happened: I have configured helm chat to use GCS as the place to save media instead of uploads folder, but it didn't work and kept using uploads folder

What you expected to happen: I have added the config as follows in the values.yaml

media:
  gcs:
    # google cloud project
    project: <project_name>
    # bucket name
    bucket: <bucket_name>
    # use a prefix inside the bucket to store the media files
    prefix: media/
    # credentials to access Google Cloud Storage
    google_credentials: '<JSON file content>'

How to reproduce it (as minimally and precisely as possible): Try it as advised in docs

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can add lifecycle/frozen label to indicate that this issue or PR should not be auto-closed due to inactivity.

stale[bot] commented 4 years ago

This issue has been closed due to lack of activity.