소스 검색

Added back storageClass config option

pull/3219/head
Michael Hollister 2 년 전
부모
커밋
227541d407
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      roles/custom/matrix-media-repo/templates/media-repo/media-repo.yaml.j2

+ 7
- 0
roles/custom/matrix-media-repo/templates/media-repo/media-repo.yaml.j2 파일 보기

@@ -229,6 +229,13 @@ datastores:
# some providers will need this (like Scaleway). Uncomment to use.
#region: "sfo2"
{% endif %}
{% if matrix_media_repo_datastore_s3_opts_storage_class is defined %}
storageClass: {{ matrix_media_repo_datastore_s3_opts_storage_class | to_json }}
{% else %}
# An optional storage class for tuning how the media is stored at s3.
# See https://aws.amazon.com/s3/storage-classes/ for details; uncomment to use.
#storageClass: STANDARD
{% endif %}
{% if matrix_media_repo_datastore_s3_opts_public_base_url is defined %}
publicBaseUrl: {{ matrix_media_repo_datastore_s3_opts_public_base_url | to_json }}
{% else %}


불러오는 중...
취소
저장