From 34a9b7ecb1609a7818731d912ff2cc8d4d828f63 Mon Sep 17 00:00:00 2001 From: "Ariel Shaqed (Scolnicov)" Date: Mon, 2 Oct 2023 09:55:31 +0300 Subject: [PATCH] Add note about S3 API support --- docs/posts/towards-1.0-sdk.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/posts/towards-1.0-sdk.md b/docs/posts/towards-1.0-sdk.md index d88fd7a7d2e..0e75843a581 100644 --- a/docs/posts/towards-1.0-sdk.md +++ b/docs/posts/towards-1.0-sdk.md @@ -68,6 +68,11 @@ following interfaces: should not require downtime.[^2] * The lakectl CLI flags will continue to work across minor version upgrades. However we do not currently guarantee the format of lakectl output. +* Obviously we do _not_ control the S3 API or its many clients. If your + program uses an S3 API that lakeFS supports, it should continue to work + across a minor version upgrade of lakeFS. A minor version upgrade will + not remove support for a documented S3 API that is supported in the + previous version. ## Why this is important