feat: added fileKey parameter for S3 (and other things?)

pull/243/head
Josh Moore 12 months ago
parent be1038b7c4
commit 204c3cdf3c

1
common/types.d.ts vendored

@ -67,6 +67,7 @@ declare module 'ass' {
interface AssFile {
fakeid: string;
id: NID;
fileKey: string;
mimetype: string;
filename: string;
save: {

Loading…
Cancel
Save