Jmix version: 2.2.1
Jmix Studio plugin version: 2.2.1-241
IntelliJ IDEA 2024.1 (Ultimate Edition)
Hi Jmix team.
While using io.jmix.flowui.download.Downloader
, I encountered NoSuchKeyException something like…
NoSuchKeyException: (Service: S3, Status Code: 404, Request ID: tx000006eadfc6d06787847-00661bccbc-f144c421-fra1b, Extended Request ID: null)
And method of io.jmix.core.FileStorage
bean named fileExists()
also returns same exception described above. But openStream()
method of a fileStorage is working. It seems like a bug of a newer version of Jmix, right?
How could you help me? You can say that you have the correct AWS configuration. If I misconfigured AWS, I wouldn’t be able to open fileRef with openStream via fileStorage. But I can, this method is working.
Who has any ideas?