-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sdk/python: ObjectFile (File-Like Object)
If applied, this MR will add: - ObjectFile (file-like object extending BufferedIOBase) with support for retries and error recovery, including a notebook demo tests. - iter_from_position in ObjectReader, which returns an iterator over each chunk of bytes in the object starting from the specificied byte position, including tests. - Integration tests for ObjectReader. - Updated Python SDK documentation (and fixes for minor related issues in AuthN documentation generation). Signed-off-by: Ryan Koo <[email protected]>
- Loading branch information
Showing
10 changed files
with
831 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.