Can this package use sessionTokens and STS keys?
example:
const s3 = new S3mini({
accessKeyId: data.AccessKeyId,
secretAccessKey: data.AccessKeySecret,
sessionToken: data.SecurityToken,
endpoint: 'https://....',
region: 'auto',
});
It seems it can only use fully scoped accesskeys and not temp credentials that require a sessionToken?
Also, has it been tested with Alibaba Cloud , ill do that for you but need it to work with sessionTokens