Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit ee62c2a

Browse files
committed
chore: additional webpack mock for dev
1 parent 1f7f5e5 commit ee62c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/adapters/s3/mock.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
exports.S3 = () => null
2+
exports.Upload = () => null
23

34
exports.HeadObjectCommand = () => null
45
exports.PutObjectCommand = () => null

0 commit comments

Comments
 (0)