You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that if you add ATHENS_STORAGE_TYPE as an ENV variable it will just cause having supplicated ATHENS_STORAGE_TYPE and disk always stays. For instance the only way to configure S3 as a storage is adding following to the values:
storage:
type: s3
s3:
region: "MY REGION"
bucket: "MY BUCKET"
useDefaultConfiguration: "true"
The text was updated successfully, but these errors were encountered:
I've noticed that if you add
ATHENS_STORAGE_TYPE
as anENV
variable it will just cause having supplicatedATHENS_STORAGE_TYPE
anddisk
always stays. For instance the only way to configureS3
as a storage is adding following to the values:The text was updated successfully, but these errors were encountered: