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
In the constructor a this.datetime is set and it's used to set the value of params.set('X-Amz-Date', this.datetime) which looks like it's something that should match "the datetime the signed url was genearted" from https://docs.aws.amazon.com/general/latest/gr/sigv4-date-handling.html
Is the intention to just create a new signer for every url that needs signing?
The text was updated successfully, but these errors were encountered:
In the constructor a
this.datetime
is set and it's used to set the value ofparams.set('X-Amz-Date', this.datetime)
which looks like it's something that should match "the datetime the signed url was genearted" from https://docs.aws.amazon.com/general/latest/gr/sigv4-date-handling.htmlIs the intention to just create a new signer for every url that needs signing?
The text was updated successfully, but these errors were encountered: