Rusoto: Support for anonymous credentials

Created on 13 Feb 2019  路  2Comments  路  Source: rusoto/rusoto

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

enhancement help wanted

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings