-
Notifications
You must be signed in to change notification settings - Fork 596
feat(bindings/python): Add start_after support for list #6054
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Others look good to me, thanks a lot for this!
async def presign_stat( | ||
self, path: PathBuf, expire_second: int | ||
) -> PresignedRequest: | ||
async def scan( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scan should be replaced by list(recursive=True)
. We can add this for list first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So anything to do on this pr?
do we need add test for it? |
lint ruff check --select I --fix . rm test
f143113
to
3145c67
Compare
1495bc6
to
7a07216
Compare
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @asukaminato0721 for building this!
Which issue does this PR close?
Closes #6042 .
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?