Edit
Announcement Neerav Verma · Jun 6, 2018

Hello,
I am sharing this object script routine for those who intend store your files / objects on AWS S3 Storage Services via REST Apis.
This routine can be utilized to PUT, GET, DELETE or LIST the object / objects.

PS : Credentials and Secret Keys used are not real.

To remember: We made a root user on AWS with Admin access for this demo.

GET(tFilename)

              set tBucket = "3mpoc-intersystems"
              set tServer = tBucket_".s3.amazonaws.

14
0 1467