50750/when-ever-file-added-bucket-should-renamed-using-timestamp
You can rename it on #bash and then upload it on s3
for f in test/*; do TIMESTAMP=$(date +%s); FILENAME=${f%.*}; EXTENSION=${f##*.}; NEWNAME="$FILENAME-$TIMESTAMP.$EXTENSION"; mv $f $NEWNAME; done
Hi@khyati, You can do your task using lambda. ...READ MORE
You can use the below command $ aws ...READ MORE
you need the chown -R not the ...READ MORE
You can use method of creating object ...READ MORE
I have been watching the video on ...READ MORE
Hi@Shubh, According to my knowledge, you can't edit ...READ MORE
Hi, Here for the above mentioned IAM user ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
AWS ElastiCache APIs don't expose any abstraction ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.