Hi all,
I need to store temporary files on the HANA Cloud file system, for instance by using java.io.File.createTemp()
The files need not survive application restarts.
I am aware of the document service, but some libraries on which my application depends strictly need FS access.
From this blog I can see that it should actually work:
"there is no persistent file system available in the developer accounts of the SAP HANA Cloud Platform. After an application restart, everything stored on the file system will be lost."
Can anyone confirm this experience?
Thanks, regards
Vincenzo