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
We'd like to set key_scope, signing_key and access_key with a variable. Based on our tests this doesn't work, one prood is :
<Error><Code>InvalidAccessKeyId</Code><Message>The AWS Access Key Id you provided does not exist in our records.</Message><AWSAccessKeyId>$aws_access_key</AWSAccessKeyId><RequestId>
Config is:
set $aws_access_key_dynamic "XXXXXXXXXXX";
aws_access_key aws_access_key_dynamic;
Are these variables supported or are we doing something wrong?
The text was updated successfully, but these errors were encountered:
I ran into this too. It really gave me the butthurt. Lost 2h trying to figure out what was up, only to discover that vars are not supported on this module (no, really). I'm guessing that this is an architectural flaw with nginx.
Hi.
We'd like to set key_scope, signing_key and access_key with a variable. Based on our tests this doesn't work, one prood is :
Config is:
Are these variables supported or are we doing something wrong?
The text was updated successfully, but these errors were encountered: