Hi there,
As a result of a process, a CSV file is output, and I want to store that file in AWS S3. Also, when needed, I want to be able to copy the file in S3 to the Appian Knowledge Center by pressing a button.
I want to achieve this by connecting via AWS Private Link, not via the internet.
To achieve this, is there any way other than using Lambda, etc.?
There is an Amazon S3 Utilities plugin, but it seems to connect via the internet, so I don't think it meets the requirements.
Thanks
Discussion posts and replies are publicly visible
Check this link
docs.appian.com/.../AWS-PrivateLink_Integration.html
Hi, David
Thank you for the answer. I know it's possible to connect to S3 using PrivateLink, but I would like to know if there are any easier ways to upload files to S3 or download files from S3 to the Knowledge Center after connecting via PrivateLink (for example, like the smart service of the Amazon S3 Utilities plugin).I'm someone with little experience. Sorry if the question is unclear.