Question
· Mar 25

AWS Files

Hi Guys,

I'm looking to create a service to download files from S3, so I used the EnsLib.AmazonS3.BusinessService with settings as below to download files that starts with SMfile_48 but I'm not getting any files, am I missing something?

 

 

 

Thanks

Product version: IRIS 2024.3
Discussion (1)1
Log in or sign up to continue

Hi Rochdi,
Just a few things you might want to double-check


Make sure the bucket (jsonbucket) has files that start with SMfile_48, and that the IAM credentials have at least s3:ListBucket and s3:GetObject permissions.
f the bucket isn’t in us-east-1, it helps to set the right StorageRegion.
lso, checking the service logs might give you more clues — they usually show if there’s a config or permission issue. Hope this helps!