cf-deployment icon indicating copy to clipboard operation
cf-deployment copied to clipboard

Ops to configure external blobstore to use AWS S3 Compatible Object Storage

Open kinjelom opened this issue 2 years ago • 2 comments

WHAT is this change about?

Ops to configure external blobstore to use AWS S3 Compatible Object Storage (e.g. Min.IO)

Has a cf-deployment including this change passed cf-acceptance-tests?

  • [x] NO

Does this PR introduce a breaking change? Please take a moment to read through the examples before answering the question.

  • [x] NO

How should this change be described in cf-deployment release notes?

Ops to configure external blobstore to use AWS S3 Compatible Object Storage (e.g. Min.IO)

Does this PR introduce a new BOSH release into the base cf-deployment.yml manifest or any ops-files?

  • [x] NO

What is the level of urgency for publishing this change?

  • [x] Slightly Less than Urgent

Tag your pair, your PM, and/or team!

kinjelom

kinjelom avatar Sep 21 '23 08:09 kinjelom

Is there an implementation in the https://github.com/fog organization that actually uses the new configuration parameters (blobstore_path_style and blobstore_endpoint)?

jochenehret avatar Oct 06 '23 12:10 jochenehret

Is there an implementation in the https://github.com/fog organization that actually uses the new configuration parameters (blobstore_path_style and blobstore_endpoint)?

@jochenehret https://github.com/fog/fog-aws/blob/master/lib/fog/aws/storage.rb#L57

I have a cf-deployment that is configured using the proposed ops to work with my MinIO deployment, using one as an S3 blobstore for CF.

kinjelom avatar Oct 09 '23 10:10 kinjelom