Hi, is there any guide for how should we use commit with s3 cli or boto? when I put a new file into a branch, it does not create a new commit like git.
a
Ariel Shaqed (Scolnicov)
04/08/2021, 6:32 AM
The S3 interface cannot commit, there is no relevant operation. You will have the use the lakeFS API, e.g. via
lakectl
(or any REST client).
Ariel Shaqed (Scolnicov)
04/08/2021, 6:33 AM
In the git analogy, the S3 gateway is the filesystem holding your repository. You edit files there ("data"), but you need