Question

Reading File from s3 and saving it as a same name

  • 26 October 2023
  • 1 reply
  • 25 views

I am reading a file from s3 and after doing some manipulation in file i wanted to save it different location in s3 but with same name .how can i do this?please help.

 


1 reply

Userlevel 5
Badge +1

@Arti_Richhariya 

Please attempt to read the file from the S3 source as a whole file, utilize the Jython processor to manipulate the data, and subsequently store whole file in an S3 destination.

Let me know if it helps.

 

 

 

Reply