The following YAML shows a sample configuration using an OpenShift Container Storage/NooBaa instance:
DISTRIBUTED_STORAGE_CONFIG:
rhocsStorage:
- RHOCSStorage
- access_key: access_key_here
secret_key: secret_key_here
bucket_name: quay-datastore-9b2108a3-29f5-43f2-a9d5-2872174f9a56
hostname: s3.openshift-storage.svc.cluster.local
is_secure: 'true'
port: '443'
storage_path: /datastorage/registry
maximum_chunk_size_mb: 100 (1)
server_side_assembly: true (2)
-
Defines the maximum chunk size, in MB, for the final copy. Has no effect if
server_side_assembly
is set tofalse
. -
Optional. Whether {productname} should try and use server side assembly and the final chunked copy instead of client assembly. Defaults to
true
.