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
Hi, can you advise, if this is possible replace KVSSigner (that is a part of sample app) with AWSSignatureV4Signer (that is part of AWSCore library). Looks like this classes has same idea.
So it would be great to use a part of AWS library (that could changed in future) rather then writing own solution.
Thanks!