Thanks for quick response, and sorry - I should have added more detail. In a different open source package (Mastodon) we wound up also locking the aws-sdk-core gem to be < 3.216.0 to handle this exact issue for people who are using backblaze (and I suspect others, but that’s where it came up).
But then in last few weeks I noticed:
- That page on backblaze site no longers lists those headers as unsupported
- A recent aws gem release mentions fixing the issue where
when_requiredwas not fully honored previously
In previous research I’d seen this thread with more or less the same issue and was trying to understand if we can safely gem update now if indeed backblaze has added that support, and/or the gem now fully works around the issue.