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

Support CAR sharding ( @ice-breaker-tg + @alanshaw ) #150

Closed
Tracked by #97
hugomrdias opened this issue Nov 9, 2022 · 0 comments · Fixed by #148
Closed
Tracked by #97

Support CAR sharding ( @ice-breaker-tg + @alanshaw ) #150

hugomrdias opened this issue Nov 9, 2022 · 0 comments · Fixed by #148
Assignees
Milestone

Comments

@hugomrdias
Copy link
Contributor

No description provided.

@hugomrdias hugomrdias mentioned this issue Nov 9, 2022
51 tasks
@hugomrdias hugomrdias added this to the w3up phase 1 milestone Nov 9, 2022
alanshaw pushed a commit that referenced this issue Nov 16, 2022
This PR adds static methods allowing streaming uploads to the service.
It is integrated with ucanto 0.9.

Essentially the client is "bring your own agent" - it requires an
`issuer` (a `Signer`) and `proofs` (delegated capabilities) to be passed
to each method.

The API is oriented around 3 use cases:

1. Simple and easy to use `uploadFile`/`uploadDirectory` methods that
return CIDs.
2. More advanced APIs that split out DAG creation, CAR creation, storing
and registering uploads.
3. Streaming APIs that have the same split, but cater for uploads of
arbitrary size using streams.

Every method has tests and the [README has extensive examples and API
reference
documentation](https://github.com/web3-storage/w3protocol/blob/777327609cd2c96b2be4e5e8d48e9a45f17b9a7b/packages/upload-client/README.md).

closes #150

Co-authored-by: Oli Evans <oli.evans@gmail.com>
gobengo pushed a commit that referenced this issue Apr 11, 2023
This PR adds static methods allowing streaming uploads to the service.
It is integrated with ucanto 0.9.

Essentially the client is "bring your own agent" - it requires an
`issuer` (a `Signer`) and `proofs` (delegated capabilities) to be passed
to each method.

The API is oriented around 3 use cases:

1. Simple and easy to use `uploadFile`/`uploadDirectory` methods that
return CIDs.
2. More advanced APIs that split out DAG creation, CAR creation, storing
and registering uploads.
3. Streaming APIs that have the same split, but cater for uploads of
arbitrary size using streams.

Every method has tests and the [README has extensive examples and API
reference
documentation](https://github.com/web3-storage/w3protocol/blob/777327609cd2c96b2be4e5e8d48e9a45f17b9a7b/packages/upload-client/README.md).

closes #150

Co-authored-by: Oli Evans <oli.evans@gmail.com>
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 a pull request may close this issue.

2 participants