Skip to content

sambo2021/Python-SQS-S3-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-SQS-S3-automation

1 - creating 2 s3 buckets one to download from and second one to upload to 2 - creating sqs standard that notified when s3 has new uploaded object 3 - python script that check sqs notification and notification only of 'aws:s3' 4 - if this notification found , python script download objects from first s3 bucket then upload it to second s3 bucket then delete notification from sqs to avoid downloding and uploading each again , only if new notification 'new upload' founded. 5 - before run python code install boto3 by # pip install boto3 6- needs a customized policy of send message on sqs 7- needs to add a notification on first bucket to my sqs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages