Read file from S3 bucket
I want to read a CSV file from an S3 bucket every 10 minutes, without specifying the file name. Additionally, I need to retrieve the name of the file I fetched. How can I achieve this?
0
-
You can use ‘Get Signed URL’ action in the S3 app, which lets you read a CSV file by providing the file name.
You can use the 'List Object' API to list all files in the bucket and fetch their names.
0
Please sign in to leave a comment.
Comments
1 comment