Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
f2face committed May 29, 2024
1 parent df943aa commit 84392e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from '@aws-sdk/client-s3';
import { Upload, type Progress } from '@aws-sdk/lib-storage';
import { getSignedUrl } from '@aws-sdk/s3-request-presigner';
import { ReadStream, createReadStream, type PathLike } from 'fs';
import { type ReadStream, createReadStream, type PathLike } from 'fs';
import { basename } from 'path';
import type { Readable } from 'stream';
import type { CORSPolicy, HeadObjectResponse, ObjectListResponse, UploadFileResponse } from './types';
Expand Down

0 comments on commit 84392e3

Please sign in to comment.