-
Notifications
You must be signed in to change notification settings - Fork 94
Google Cloud Storage | CRC32c of large files. #25
Copy link
Copy link
Closed
Labels
api: storageIssues related to the googleapis/java-storage API.Issues related to the googleapis/java-storage API.needs more infoThis issue needs more information from the customer to proceed.This issue needs more information from the customer to proceed.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Hello,
I'm developing a service to upload files between 1GB and 2GB to Google Cloud Storage.
There's a way to calculate the CRC32hash while i'm writing the stream in the WriteChannel ?
The problem is that always i need to calculate the hash of the whole file before create the blobInfo with the calculated hash.
Here is my current code.
Thanks everyone!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the googleapis/java-storage API.Issues related to the googleapis/java-storage API.needs more infoThis issue needs more information from the customer to proceed.This issue needs more information from the customer to proceed.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.