Closed maximilianvb closed 1 year ago
Hello,
The module was intended for JavaScript initially, but I will make a change to type things since it requires little effort. In the meantime, you can extend the CollectionConfig type in Payload in order to support this module fields. See: https://github.com/jeanbmar/payload-s3-upload/pull/6/files
Cheers
Hi, I've been trying out Payload CMS and this plugin together. The typing does not work.
The CollectionConfig type built into Payload won't accept a field called s3, for example:
Not really sure what the workaround is here, maybe I missed something in how to use this plugin.