Skip to content

Commit

Permalink
chore: remove cognitoidentity customizations to disable auth (#3543)
Browse files Browse the repository at this point in the history
Commit which added authtype=none to respective APIs to allow unauthenticated requests
24bd2a1#diff-d7c5211fba77e7558bc040639b1bdbd73447a5c99c31b4d9a83afa565a6618be
  • Loading branch information
trivikr committed Dec 8, 2020
1 parent c6fe3c0 commit 2f37893
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion clients/cognitoidentity.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var apiLoader = AWS.apiLoader;

apiLoader.services['cognitoidentity'] = {};
AWS.CognitoIdentity = Service.defineService('cognitoidentity', ['2014-06-30']);
require('../lib/services/cognitoidentity');
Object.defineProperty(apiLoader.services['cognitoidentity'], '2014-06-30', {
get: function get() {
var model = require('../apis/cognito-identity-2014-06-30.min.json');
Expand Down
15 changes: 0 additions & 15 deletions lib/services/cognitoidentity.js

This file was deleted.

0 comments on commit 2f37893

Please sign in to comment.