aws / aws/amazon-s3-encryption-client-java
Range queries for undefined start or end bytes fails due to regex
Open
enhancement
- Dominant language
- Java
- Stars
- 34
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
### Problem:
Range queries without a start or end byte range fail due to https://github.com/aws/amazon-s3-encryption-client-java/blob/main/src/main/java/software/amazon/encryption/s3/legacy/internal/RangedGetUtils.java#L21.
### Solution:
Adjust the regex to allow for start or end byte range to not exist.
Contributor guide
Assessment
This issue has not been assessed yet.