ember-cli-deploy-s3
ember-cli-deploy-s3 copied to clipboard
An ember-cli-deploy plugin to upload to s3
I recently ran into a request to address a security vulnerability related to `[email protected]` which is being used by my application through `[email protected] › [email protected] › [email protected] › [email protected]` *Related...
I'm now getting signature mismatch issues. I will try to dig in but not a JS developer nor do I have time. Weirdly some of the files are uploaded successfully...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.9.6 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...
I have a `~/.aws/config` file like this; ``` [profile default] sso_start_url = https://example.com/start sso_region = ap-southeast-2 sso_account_id = 123456789 sso_role_name = developer-access region = ap-southeast-2 output = json [profile app-test]...
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](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-types/Interface/AwsCredentialIdentity/). Fixes...