It would be useful to have parity with other AWS sdks on supporting the notion of anonymous requests for the services that support it. Example from the jvm sdk https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/AnonymousAWSCredentials.html
Do services other than S3 support anonymous access? This has no real bearing on your request but I'm curious how generic this functionality actually is.
Yes.
My specific usecase is in developing an aws xray sdk for rust. Among rays sdks its a common attribute that they have some mechanisms for fetching sampling rules, typically using anonymous credentials This is used to poll a lambda api periodically.
I can't speak to how widely anonymous access is among services but ask its a part of other boto like aws sdks like java so only assumed it should exist here.
Most helpful comment
Yes.
My specific usecase is in developing an aws xray sdk for rust. Among rays sdks its a common attribute that they have some mechanisms for fetching sampling rules, typically using anonymous credentials This is used to poll a lambda api periodically.
I can't speak to how widely anonymous access is among services but ask its a part of other boto like aws sdks like java so only assumed it should exist here.