docs: note S3-compatible endpoints for s3 storage backend - #5259
docs: note S3-compatible endpoints for s3 storage backend#5259goanpeca wants to merge 4 commits into
Conversation
Signed-off-by: Gonzalo Peña-Castellanos <goanpeca@gmail.com>
|
Is this ready to be reviewed @goanpeca, or is there a reason why it's still in |
|
No reason, that was my mistake @MilosPaunovic. It is ready, and I have marked it out of draft. The change notes that the Related: I also have a small code PR open on kestra-io/storage-s3#230 that tags the plugin's S3 client user agent. Independent of this one, but same area if you want to look at both. |
There was a problem hiding this comment.
Pull request overview
Adds an “S3-compatible endpoints” note to the internal storage documentation to clarify how the existing type: s3 backend can be pointed at non-AWS, S3-compatible object stores via endpoint (and sometimes force-path-style), while also pointing readers to the dedicated type: minio backend for MinIO deployments.
Changes:
- Adds a new “S3-compatible endpoints” subsection under the AWS S3 storage backend docs.
- Documents using
endpoint(andforce-path-style) to target S3-compatible providers (e.g., Backblaze B2, Cloudflare R2, MinIO). - Includes a YAML configuration snippet and cross-links to the existing MinIO backend section.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Adds a short "S3-compatible endpoints" subsection to the internal storage docs, under the existing
s3backend options table.s3backend targets Amazon S3 by default and thatendpointrepoints it at another S3-compatible store (Backblaze B2, Cloudflare R2, MinIO).endpointplusforce-path-style, using a placeholder endpoint.type: miniobackend for MinIO deployments.Docs only, no config or behaviour change.