I have a file present inside IN folder on S3 bucket with key as in/c05cf611db4b4a72a8a254fcf4355fb7-sample1.csv". Now I want to move this file inside another folder ARCHIEVE_IN so that it's key changes to archieve_in/c05cf611db4b4a72a8a254fcf4355fb7-sample1.csv".
Is there a way to achieve this functionality with the ex_aws
library.