Using boto3.resource() without credentials? #3810
Unanswered
romarowski
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @romarowski - thanks for reaching out. I'm not sure if I fully understand what you're asking and could use a bit more elaboration on your workflow such as which service you're trying to access, what method of boto3 are you using, could you use client instead of resource etc.. I'm going to share this documentation on Configuration credentials that might be relevant. Hope to hear back from you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to access a public resource that don't need credentials and want to use the .resource instead of the .client() is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions