刘凡 d0fdd49032 add S3 2 anos atrás
..
README.md d0fdd49032 add S3 2 anos atrás
analystic_dynamodb_table.py d0fdd49032 add S3 2 anos atrás
clean_unfinished_multipart_upload.py d0fdd49032 add S3 2 anos atrás

README.md

DynamoDB scan tool

Setup

Change these two lines as your wish:

table_queue_name = "s3_migrate_file_list"
src_session = boto3.session.Session(profile_name='iad')

What has it done?

  • Scan and save the whole DynamoDB talbe into a csv file in local.
  • Show the running jobs. You can change limit, default 10.
  • Show the descend order of recent start jobs. You can change limit, default 10.