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
{{ message }}
This repository was archived by the owner on Jun 18, 2026. It is now read-only.
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 sts ones?