Matt Muller
Matt Muller
Endpoints will no longer be resolved by partitions.json on client creation. Instead they will be done per-request as middleware prior to serialization. Might include some soft breaking changes. Changes necessary:...
Hey. We use `SimpleDelegator` but I can't reference it in any of my RBS files. Would this be feasible to add?
I'm not able to render documentation for a class named `Struct` within a namespace. ## Steps to reproduce The minimal code to reproduce is this: ``` module Types # My...
**Environment Information** JRuby 9.1 to 9.4, various linux OS provided via GitHub CI **Expected Behavior** Tests to pass. **Actual Behavior** We are seeing flakey tests in test files such as...
Support AccountId on credentials Support AccountId specific endpoints and a new config option account_id_endpoint_mode. Blocked on service rules (should be passed into rules)
Adds S3 Access Grants support as a plugin
Support multipart copy abstraction for Glacier so that Treehash does not have to be used by customers. It is too low level. #2890
I am trying to state that an accessor (called :uri) is of type URI but it fails. Does this exist and I am doing something wrong, or is it missing?...
Logger appears to be missing, but I notice in the repo there is a reference to Logger already. Am I doing something wrong? rbs version 3.2.0. ``` sig/lib/hearth/http/client.rbs:6:80: [error] Cannot...