-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add StorageInternal#{delete(BlobId),internalDirectUpload} (#2221)
* chore: add StorageInternal#{delete(BlobId),internalDirectUpload} (#2221) _Pre-Work_ Add two new method to StorageInternal for access by new BlobWriteSession implementations 1. `#delete(BlobId)` 2. `#internalDirectUpload(BlobInfo, Opts<ObjectTargetOpt>, ByteBuffer)` * chore: add ParallelCompositeUpload related config (#2229) _Pre-work_ Add skeleton of config parameters available for Parallel Composite Uploads
- Loading branch information
1 parent
c4e56fb
commit 83e2d34
Showing
7 changed files
with
541 additions
and
48 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
Oops, something went wrong.