Cache Writing to AWS S3 Bucket
We have a requirement to write to an AWS S3 bucket from Cache.
We haven't upgrade to IRIS yet, but are looking at doing so in the future. This requirement cannot wait for the upgrade to happen, unfortunately.
Will appreciate if any one can share any example code, that enables cache to write to an AWS S3 bucket?
Product version: Caché 2017.1
$ZV: Cache for UNIX (Red Hat Enterprise Linux for x86-64) 2017.2.2 (Build 865U) Mon Jun 25 2018 10:50:02 EDT
Check this thread and external table project.
Thank you Eduard. I'll have a look. Appreciate response.
If upgrading is on the cards, our recent IRIS 2021.2 release has built-in connectors for S3 and more
Thanks Ben. IRIS upgrade cannot become a dependency for S3 write. We will ensure we revisit these connectors post upgrade.
What is the earliest version of IRIS that can connect to AWS S3 buckets?
Looks like that functionality is in the 2021.2 release notes.
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=GCRN_new#GCRN_new_cloud
See this thread, which includes a number of code samples for uploading to S3. I can't say for sure, but I expect that most of them work on either IRIS or Caché.
Cheers Marc. I'll have a look.