Matt Ryan created OAK-9386: ------------------------------ Summary: S3Backend may return incorrect download URI Key: OAK-9386 URL: https://issues.apache.org/jira/browse/OAK-9386 Project: Jackrabbit Oak Issue Type: Bug Components: blob-cloud Reporter: Matt Ryan Assignee: Matt Ryan
S3Backend suffers from the same issue that AzureBlobStoreBackend did in OAK-9384. A fix like the one for OAK-9384 needs to be applied also to S3. For context: The implementation creates a cache key with the identifier and the domain but does not take the download options into account. That is, two calls to get a download URI for the same identifier and different download options will return the same download URI. -- This message was sent by Atlassian Jira (v8.3.4#803005)