Is it a specification that the download itself is not executed in the Amazon S3 download action?
Takuya Matsuda
When the execution method is downloaded from the S3 data source, the download does not start when actually executed; the target PNG or PDF file is simply displayed on the execution result screen (the download is executed by right-clicking on it, etc., but the file name also changes), but is this the specification...?
Takuya Matsuda
After issuing a signed URL, you can download the csv by clicking on it. However, it seems that PDFs and PNGs usually open with the browser's built-in viewer, so I'd be happy if the server could force the download..
AI says it's possible to set a response header on the server side, but I want to download all the PDFs in a folder in the first place..
responseContentDisposition=attachment; filename=” example.pdf”
ベースマキナサポート担当
Takuya Matsuda:
Thank you for your question.
> The target PNG or PDF file is simply displayed (the download is executed by right-clicking on it, etc., but the file name also changes), but this is probably the specification
This is as specified, but as you said, changing the file name is a problem, so I will fix it.
Also, we will consider whether it is possible to make it easier to download when a PNG or PDF is displayed.
> After issuing a signed URL, you can download the csv by clicking on it. However, it seems that PDFs and PNGs usually open with the browser's built-in viewer, so I'd be happy if the server could force the download..
AI says it's possible to set a response header on the server side, but I want to download all the PDFs in a folder in the first place..
We will consider whether we can add settings that can force the download here.
Regarding the above 2 considerations, we would appreciate it if you could contact us again when the functionality has been improved. 🙏