Gergo Tolnai
Gergo Tolnai
see https://github.com/koajs/session#options > All other options are passed to ctx.cookies.get() and ctx.cookies.set() allowing you to control security, domain, path, and signing among other settings.
the problem is, for typescript users, that `interface opts` does not allow to add other options.
Yes, forgot to mention that this is an issue with `@types/koa-session` and not with this library.
Would love to see something like this if there is a possibility for it!
hi! I have the same here. The S3.delete result returns true, but file is still on the server. Tried with (/file.jpg' and 'file.jpg' too and both have the result described.
+1
could you link it?
this would be great!
(for me it would be enough to be able to upload File{} instead of FileList[], since you can make files from base64 or blob using new File() or form FilseList[]...
https://github.com/geritol/S3 No big changes in the code but allows you to upload files in an array. Just make files from you blob, add them to an array, and upload it....