Skip to content

Commit

Permalink
chore: remove duplicate code for loading aws profile
Browse files Browse the repository at this point in the history
  • Loading branch information
awsluja committed Nov 26, 2024
1 parent c5e0ddc commit 8c154d6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/amplify-e2e-tests/src/__tests__/import_s3_3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import {
getS3ResourceName,
} from '../import-helpers';

const profileName = 'amplify-integ-test-user';

describe('headless s3 import', () => {
const projectPrefix = 'sssheadimp';
const bucketPrefix = 'sss-headless-import-test';
Expand All @@ -38,9 +36,6 @@ describe('headless s3 import', () => {
const shortId = getShortId();
bucketNameToImport = `${bucketPrefix}${shortId}`;

const credentials = new aws.SharedIniFileCredentials({ profile: profileName });
aws.config.credentials = credentials;

const s3 = new aws.S3();

await s3
Expand Down

0 comments on commit 8c154d6

Please sign in to comment.