Skip to content

Commit

Permalink
Merge pull request #17 from lemoncloud-io/feature/louis-add-web-core2
Browse files Browse the repository at this point in the history
chore: test AWS import module
  • Loading branch information
louis-lemon authored Jun 5, 2024
2 parents aa74673 + 5439f22 commit c827ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/aws-web.core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AWSStorageService, USE_X_LEMON_IDENTITY_KEY } from '../token-storage';
import { calcSignature, LoggerService } from '../utils';
import { AxiosRequestConfig, AxiosResponse } from 'axios';
import { AWSHttpRequestBuilder } from '../http';
import AWS from 'aws-sdk/global';
import AWS from 'aws-sdk/global.js';

/**
* AWSWebCore class implements AWS-based operations for Lemoncloud authentication logic
Expand Down
2 changes: 1 addition & 1 deletion src/http/aws-http-request.builder.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios, { AxiosHeaders, AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios';
import { Body, Headers, HttpRequestData, Params } from '../types';
import { AWSStorageService, REGION_KEY, USE_X_LEMON_IDENTITY_KEY } from '../token-storage';
import AWS from 'aws-sdk/global';
import AWS from 'aws-sdk/global.js';
import { sigV4Client } from '../vendor';
import { isEmptyObject, LoggerService } from '../utils';

Expand Down

0 comments on commit c827ac4

Please sign in to comment.