Question
2
Replies
148
Views
Posted: July 6, 2020
Last activity: July 8, 2020
How to Move Files from pega to S3 bucket
Do any one have ideaon below
How to Create and move a file from pega to AWS s3?
Currently we use .sh script files to do this, but just wanted to know if there is a better solution
Hi Anoop,
Where is the file in Pega?
There is file dataset rule type which can help you write to S3 if you are on Pega cloud - you can write to Pega cloud S3
Otherwise, first, you have to configure an S3 repository then you can refer the same in File dataset.
And you have to use batch dataflows to move records from your Pega source location to S3 destination.