-
Notifications
You must be signed in to change notification settings - Fork 12
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
Better support for range requests #1
Comments
How about I modify the FileDetails object that's returned as part of a For example, let's you have object {
"filePath": "dir1/file1.mov",
"storagePath": "obj123/v1/content/dir1/file1.mov",
"fixity": {
"sha512": "..."
}
} Would that work for you? |
Hi this sounds like a way to go, but I need to get the storage path of |
I cannot add absolute paths to the API because this does not make sense for all implementations, such as the Amazon S3 implementation that I recently started working on. Just so I'm sure we're on the same page, there are three paths of interest.
In the |
Commit 6144f4f adds |
I'm going to close this issue. |
tweak size digest algorithm implementation
For large video or PDF files I need to response to range requests.
OcflObjectReader should allow access to physical Path on the underlying filesystem to allow efficient handling of those requests.
The text was updated successfully, but these errors were encountered: