give credit

This commit is contained in:
Prakash 2025-12-13 13:41:29 +05:30 committed by prakash
parent 6b9521f6b1
commit db9506a57c
No known key found for this signature in database

View file

@ -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'