I am using S3 SRR to copy files from source bucket to destination bucket. I was able to successfully set it up. I need to add below two features now in this replication:
- delete the file from source bucket once it is replicated in destination bucket.
- change the file name in destination bucket. For ex: file name in source bucket is test_file.txt, I need to make it test_file_30Jan2023 as part of replication process in Destination bucket.
can someone please advise where I can find these options?