Closed ktaborski closed 2 years ago
With AWS STS every session has temporary credentials. Credentials are valid for hour, but if new session object is created, then new credentials are generated.
With current functionality using AWS STS is causing: SignatureDoesNotMatch error.
Thanks
With AWS STS every session has temporary credentials. Credentials are valid for hour, but if new session object is created, then new credentials are generated.
With current functionality using AWS STS is causing: SignatureDoesNotMatch error.