S3
Hi Guys,
Not sure what I'm missing here, I'm using to download files that starts with MTC_88 from S3 bucket using AmazonS3 inboundAdapter as below, but I'm not getting anything and I'm sure there thousands of files that starts with MTC_88
.png)
.png)
and the log is not getting any errors?
.png)
Thanks
Comments
from the screenshot, looks lke you need MTC_88* in the BlobNamePattern field, not the prefix. The prefix is essentially a key (folder), and the BlobNames are the objects.
currently you are looking in s3://MTCbucket/MTC_88/
I've changed the search criteria to BlobNamePattern field it as attached, and still not getting anything.
.png)
Currently if I use this code works, but not the above API setup!?
set file="/Persistent/Credentials"
set endpoint="https://s3.amazonaws.com"
s tStatus=""
d res.DownloadBlobToFile("MTCbucket","MTC_88667","/archive/MTC_88667_archiced.json")