Skip to content

Prevent uncommitted objects from S3 access #6286

Answered by arielshaqed
dsgibbons asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dsgibbons ,
Let me try to help...
lakeFS has s3 semantics: if you upload an object, it is immediately available to download. This is required for almost any s3-based program to function.
But obviously as you say you will sometimes want to see only committed data. You can use more advanced commit refs to do that! For instance, main@ refers to committed objects at main, which IIUC should be exactly what you need right now. You can read more about reference expressions here.
HTH!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dsgibbons
Comment options

Answer selected by dsgibbons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants