Skip to content

Files

Latest commit

 

History

History
27 lines (25 loc) · 887 Bytes

config-fields-ibmcloudstorage.adoc

File metadata and controls

27 lines (25 loc) · 887 Bytes

IBM Cloud object storage

The following YAML shows a sample configuration using IBM Cloud object storage.

DISTRIBUTED_STORAGE_CONFIG:
  default:
  - IBMCloudStorage #actual driver
  - access_key: <access_key_here> #parameters
    secret_key: <secret_key_here>
    bucket_name: <bucket_name_here>
    hostname: <hostname_here>
    is_secure: 'true'
    port: '443'
    storage_path: /datastorage/registry
    maximum_chunk_size_mb: 100mb (1)
    minimum_chunk_size_mb: 5mb (2)
DISTRIBUTED_STORAGE_DEFAULT_LOCATIONS:
- default
DISTRIBUTED_STORAGE_PREFERENCE:
- default
  1. Optional. Recommended to be set to 100mb.

  2. Optional. Defaults to 5mb. Do not adjust this field without consulting Red  Support, because it can have unintended consequences.