-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(io): IO Implementation using Go CDK (#176)
* IO Implementation using Go CDK Signed-off-by: Loïc Alleyne <loicalleyne@gmail.com> * fix comment Signed-off-by: Loïc Alleyne <loicalleyne@gmail.com> * refactor CreateBlobFileIO Signed-off-by: Loïc Alleyne <loicalleyne@gmail.com> * line endings to LF * remove deprecated endpoint resolver * unexport createBlobFileIO * remove unused urlToBucketPath * reinit go.mod go.sum * run go mod tidy to update deps * clean-up and fixing buckets * somehow lost the license in go.mod * fix spacing due to upgraded dependency * missed a close for the parquet reader * add config option to force s3 virtual addressing --------- Signed-off-by: Loïc Alleyne <loicalleyne@gmail.com> Co-authored-by: Daniel Wilson <dwilson@seerai.space> Co-authored-by: Matt Topol <zotthewizard@gmail.com>
- Loading branch information
1 parent
88bbae3
commit a2c1d2e
Showing
8 changed files
with
609 additions
and
130 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
Oops, something went wrong.