migration/bring-your-own-s3-tables/bring_your_own_s3_table_bucket.py [151:158]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                table["name"],
                                                project_role_arn,
                                                execute_flag)
                
            if 'continuationToken' in response:
                next_token = response['continuationToken']
            else:
                break
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



migration/bring-your-own-s3-tables/bring_your_own_s3_table_bucket.py [180:187]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                            table["name"],
                                            project_role_arn,
                                            execute_flag)
                
            if 'continuationToken' in response:
                next_token = response['continuationToken']
            else:
                break
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



