Ops to configure external blobstore to use AWS S3 Compatible Object Storage
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
Is there an implementation in the https://github.com/fog organization that actually uses the new configuration parameters (blobstore_path_style and blobstore_endpoint)?
Is there an implementation in the https://github.com/fog organization that actually uses the new configuration parameters (
blobstore_path_styleandblobstore_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.