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
Im using the aws sso credential provider, and the awscli lets me list and play with buckets (the session is in my default profile), but if i run a sync/copy from local to s3 I get this
s3kor.exe sync .\bigzip.zip s3://******-datastaging-test/test-/inputs/
Files 0 / 1 [------------------------------------------------------------------------------]
NoCredentialProviders: no valid providers in chain
caused by: EnvAccessKeyNotFound: failed to find credentials in the environment.
SharedCredsLoad: failed to load profile, .
EC2RoleRequestError: no EC2 instance role found
caused by: 400 Bad Request: Bad Request
status code: 400, request id:
caused by: EC2MetadataError: failed to make EC2Metadata request
status code: 400, request id:
caused by: <?xml version="1.0" encoding="utf-8"?>
<Error xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Code>InvalidHttpVerb</Code>
<Message>The HTTP verb specified was not recognized by the server.</Message>
<Details>'PUT' is not a supported verb.</Details>
</Error>```
any debug flags i can use to work out why?
The text was updated successfully, but these errors were encountered:
Hey
Im using the aws sso credential provider, and the awscli lets me list and play with buckets (the session is in my default profile), but if i run a sync/copy from local to s3 I get this
The text was updated successfully, but these errors were encountered: