Skip to content
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

Copy from local to blob and vice-versa with a buffer size. #68

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

samtkaplan
Copy link
Member

This is to support copying large blobs (larger than the machine's memory).

@samtkaplan samtkaplan force-pushed the chunkcopy branch 2 times, most recently from dfa1280 to 2d5ff6c Compare April 8, 2024 15:55
@anushasekar1
Copy link
Contributor

Do we need a test with a larger data upload/download, setting n= 500_000_000? If this will be too much for the agents, should we test using a demo?

@samtkaplan
Copy link
Member Author

@anushasekar1 I don't think that is needed. We should be able to test the functionality with a "unit" test. But, definitely, feel free to make bigger tests, but I would suggest making those independent from this package. In other words, if that bigger test fails, I would presume that we can replicate that failure case with a small example.

@samtkaplan samtkaplan merged commit 856fbc3 into master Apr 9, 2024
7 checks passed
@samtkaplan samtkaplan deleted the chunkcopy branch April 9, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants