ember-cli-deploy / ember-cli-deploy-s3

An ember-cli-deploy plugin to upload to s3
MIT License
53 stars 82 forks source link

Provide session token to credentials #192

Open bobisjan opened 3 months ago

bobisjan commented 3 months ago

This is a followup to #190, where accessKeyId and secretAccessKey were moved to the credentials object.

The optional sessionToken is also part of credentials object in AWS SDK v3.

Fixes The AWS Access Key Id you provided does not exist in our records. error when using session token from STS service.

bobisjan commented 3 months ago

@lukemelia 👋, can you please take a look?