You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am working with boto3 I can connect to AWS by typing aws sso login in the terminal.
However, when I am trying this with botor, its not working.
Example
# Go through the sso process via browser
system("aws sso login")
s3<-botor::botor_client("s3")
pr<-s3$list_objects_v2(Bucket="<BUCKET>",Prefix="<PREFIX>",Delimiter="/")
Error:botocore.errorfactory.NoSuchBucket:Anerror occurred (NoSuchBucket) whencallingtheListObjectsV2operation:Thespecifiedbucketdoesnotexist
The text was updated successfully, but these errors were encountered:
When I am working with
boto3
I can connect to AWS by typingaws sso login
in the terminal.However, when I am trying this with
botor
, its not working.Example
The text was updated successfully, but these errors were encountered: