Hello All,
I am trying few stuff on Amazon S3 move files to EC2 (Ubuntu Server)
I am receiving daily 2 files in S# bucket
I want to move daily received files to local EC2(Ubuntu server) and rename files to
Instead of Renaming files after moving to EC2 , if possible i want to rename files on S3 itself.
and send an email notification with files received or not on daily basis
Is this possible using Bash? If yes, please guide.
Thanks
Krux
I am trying few stuff on Amazon S3 move files to EC2 (Ubuntu Server)
I am receiving daily 2 files in S# bucket
Code:
XYZ_2015-02-26_ 200.csv
ABC_2015-02-26_ 200.csv
Code:
XYZ_2015-02-26.csv
ABC_2015-02-26.csv
and send an email notification with files received or not on daily basis
Is this possible using Bash? If yes, please guide.
Thanks
Krux