From db9506a57c1783a1063ad4e203f5fa2a50784a9f Mon Sep 17 00:00:00 2001 From: Prakash Date: Sat, 13 Dec 2025 13:41:29 +0530 Subject: [PATCH] give credit --- packages/@uppy/aws-s3/src/s3-client/S3.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/@uppy/aws-s3/src/s3-client/S3.ts b/packages/@uppy/aws-s3/src/s3-client/S3.ts index 8b881f4be..52419a795 100644 --- a/packages/@uppy/aws-s3/src/s3-client/S3.ts +++ b/packages/@uppy/aws-s3/src/s3-client/S3.ts @@ -1,3 +1,8 @@ +/** + * Taken from https://github.com/good-lly/s3mini.git, by Jølly Good, under MIT license. + * Modified to make it work with Uppy. + */ + import * as C from './consts.js' import type * as IT from './types.js' import * as U from './utils.js'