I expect to be able to pass the driver a credentials object returned, for instance by the awsk-sdk's AWS.FileSystemCredentials constructor, or other implementations of AWS.Credentials, and have it authenticate with the provided credentials.
Actual behavior
The options passed into the driver constructor use different property names for the access key and secret key, and ignore the session token (see #4), so AWS.Credentials objects do not work.
Expected behavior
I expect to be able to pass the driver a credentials object returned, for instance by the awsk-sdk's
AWS.FileSystemCredentials
constructor, or other implementations ofAWS.Credentials
, and have it authenticate with the provided credentials.Actual behavior
The
options
passed into the driver constructor use different property names for the access key and secret key, and ignore the session token (see #4), soAWS.Credentials
objects do not work.