| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…eate methods that accept byte[] * `Storage#create(BlobInfo, BlobTargetOption...)` * `Storage#create(BlobInfo, byte[], BlobTargetOption...)` * `Storage#create(BlobInfo, byte[], int, int, BlobTargetOption...)` If no user provided checksum is specified, crc32c will still be calculated. Applies to both `StorageOptions.http()` and `StorageOptions.grpc()` instances.
Merge train for * chore: cleanup Crc32cValue and associated Hasher operations #3167 * chore: add Hasher#defaultHasher() #3173 * chore: add UnifiedOpts.Opts#getHasher() to return a hasher relative to the set of Opts defined for an operation. #3174 * feat: add default end-to-end crc32c checksumming for several upload methods via grpc transport #3176 * feat: add default end-to-end checksumming for JournalingBlobWriteSessionConfig #3180 * fix: give user provided checksum precondition priority for Storage#create methods that accept byte[] #3182 * fix: move crc32c computation before writing to disk for BufferToDiskThenUpload BlobWriteSession config #3187
| Back | FazBrowse Home | New Git URL |
If no user provided checksum is specified, crc32c will still be calculated.
Applies to both StorageOptions.http() and StorageOptions.grpc() instances.
test: remove obsolete mockito tests that don't test anything unique