We were working on migrating from fog towards storage-cli in our test environment and faced an issue with the configuration.
We use a s3 compatible blobstore, and need additional parameters to disable checksum. This has been implemented in the storage-cli component used by capi but capi does not injected in the configuration:
Storage-Cli configuration in capi:
https://github.com/cloudfoundry/capi-release/blob/main/jobs/cloud_controller_ng/templates/storage_cli_config_resource_pool.json.erb#L77
Checksum parameters required:
cloudfoundry/storage-cli#81
We were working on migrating from fog towards storage-cli in our test environment and faced an issue with the configuration.
We use a s3 compatible blobstore, and need additional parameters to disable checksum. This has been implemented in the storage-cli component used by capi but capi does not injected in the configuration:
Storage-Cli configuration in capi:
https://github.com/cloudfoundry/capi-release/blob/main/jobs/cloud_controller_ng/templates/storage_cli_config_resource_pool.json.erb#L77
Checksum parameters required:
cloudfoundry/storage-cli#81