+ certificate: "<>" + privateKey: "<>" + +# Object storage with Minio +object_storage: + bucketName: "circleci-data" # Update to the name of the bucket created in MinIO + expireAfter: 0 + s3: + enabled: true + endpoint: "http://minio.internal.example.com:9000" + accessKey: ...