Replies: 2 comments
-
It started eventually it just hung at the start for about 20 minutes. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use "aws s3 sync" frequently including today with a smaller folder, no issue.
This folder is about 1TB and I want to upload it.
I tried aws s3 sync "Z:/LOCAL" "s3://FOLDER"
and I tried with aws s3 cp --recursive
It just seems to be completely frozen with no movement I tried the debug command and I get the following on aws s3 sync:
2024-10-10 10:53:57,229 - MainThread - awscli.clidriver - DEBUG - CLI version: aws-cli/2.7.31 Python/3.9.11 Windows/10 exe/AMD64
2024-10-10 10:53:57,229 - MainThread - awscli.clidriver - DEBUG - Arguments entered to CLI: ['s3', 'sync', 'Z:/Newark News', 's3://npl.org-digital-storage/Newark News', '--debug']
2024-10-10 10:53:57,262 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function add_s3 at 0x0000014F97F8ECA0>
2024-10-10 10:53:57,263 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function add_ddb at 0x0000014F97DE4A60>
2024-10-10 10:53:57,263 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <bound method BasicCommand.add_command of <class 'awscli.customizations.configure.configure.ConfigureCommand'>>
2024-10-10 10:53:57,263 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function change_name at 0x0000014F97D86DC0>
2024-10-10 10:53:57,263 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function change_name at 0x0000014F97D8DEE0>
2024-10-10 10:53:57,263 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function alias_opsworks_cm at 0x0000014F97FA2670>
2024-10-10 10:53:57,263 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function add_history_commands at 0x0000014F97E335E0>
2024-10-10 10:53:57,263 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <bound method BasicCommand.add_command of <class 'awscli.customizations.devcommands.CLIDevCommand'>>
2024-10-10 10:53:57,263 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function add_waiters at 0x0000014F97F538B0>
2024-10-10 10:53:57,264 - MainThread - botocore.loaders - DEBUG - Loading JSON file: C:\Program Files\Amazon\AWSCLIV2\awscli\data\cli.json
2024-10-10 10:53:57,265 - MainThread - botocore.hooks - DEBUG - Event top-level-args-parsed: calling handler <function resolve_types at 0x0000014F97EE5670>
2024-10-10 10:53:57,265 - MainThread - botocore.hooks - DEBUG - Event top-level-args-parsed: calling handler <function no_sign_request at 0x0000014F97EE81F0>
2024-10-10 10:53:57,265 - MainThread - botocore.hooks - DEBUG - Event top-level-args-parsed: calling handler <function resolve_verify_ssl at 0x0000014F97EE8160>
2024-10-10 10:53:57,265 - MainThread - botocore.hooks - DEBUG - Event top-level-args-parsed: calling handler <function resolve_cli_read_timeout at 0x0000014F97EE8310>
2024-10-10 10:53:57,265 - MainThread - botocore.hooks - DEBUG - Event top-level-args-parsed: calling handler <function resolve_cli_connect_timeout at 0x0000014F97EE8280>
2024-10-10 10:53:57,265 - MainThread - botocore.hooks - DEBUG - Event top-level-args-parsed: calling handler <built-in method update of dict object at 0x0000014F9803F900>
2024-10-10 10:53:57,267 - MainThread - awscli.clidriver - DEBUG - CLI version: aws-cli/2.7.31 Python/3.9.11 Windows/10 exe/AMD64 prompt/off
2024-10-10 10:53:57,267 - MainThread - awscli.clidriver - DEBUG - Arguments entered to CLI: ['s3', 'sync', 'Z:/Newark News', 's3://npl.org-digital-storage/Newark News', '--debug']
2024-10-10 10:53:57,267 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function add_timestamp_parser at 0x0000014F97F94310>
2024-10-10 10:53:57,267 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function register_uri_param_handler at 0x0000014F97B00E50>
2024-10-10 10:53:57,267 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function add_binary_formatter at 0x0000014F98003AF0>
2024-10-10 10:53:57,268 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function no_pager_handler at 0x0000014F97AFC310>
2024-10-10 10:53:57,268 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function inject_assume_role_provider_cache at 0x0000014F97B5CD30>
2024-10-10 10:53:57,269 - MainThread - botocore.utils - DEBUG - IMDS ENDPOINT: http://169.254.169.254/
2024-10-10 10:53:57,271 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function attach_history_handler at 0x0000014F97E334C0>
2024-10-10 10:53:57,271 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function inject_json_file_cache at 0x0000014F97DE8940>
2024-10-10 10:53:57,271 - MainThread - botocore.hooks - DEBUG - Event building-command-table.s3: calling handler <function add_waiters at 0x0000014F97F538B0>
2024-10-10 10:53:57,271 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.s3.anonymous: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,272 - MainThread - botocore.hooks - DEBUG - Event building-command-table.s3_sync: calling handler <function register_sync_strategies at 0x0000014F97F8EAF0>
2024-10-10 10:53:57,272 - MainThread - botocore.hooks - DEBUG - Event building-command-table.s3_sync: calling handler <function add_waiters at 0x0000014F97F538B0>
2024-10-10 10:53:57,272 - MainThread - botocore.hooks - DEBUG - Event building-arg-table.s3_sync: calling handler <bound method BaseSync.add_sync_argument of <awscli.customizations.s3.syncstrategy.sizeonly.SizeOnlySync object at 0x0000014F9809F7F0>>
2024-10-10 10:53:57,272 - MainThread - botocore.hooks - DEBUG - Event building-arg-table.s3_sync: calling handler <bound method BaseSync.add_sync_argument of <awscli.customizations.s3.syncstrategy.exacttimestamps.ExactTimestampsSync object at 0x0000014F9809F850>>
2024-10-10 10:53:57,272 - MainThread - botocore.hooks - DEBUG - Event building-arg-table.s3_sync: calling handler <bound method BaseSync.add_sync_argument of <awscli.customizations.s3.syncstrategy.delete.DeleteSync object at 0x0000014F9809F7C0>>
2024-10-10 10:53:57,273 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.paths: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,273 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.dryrun: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,274 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.sync: calling handler <awscli.argprocess.ParamShorthandParser object at 0x0000014F97B292B0>
2024-10-10 10:53:57,274 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.quiet: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,274 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.sync: calling handler <awscli.argprocess.ParamShorthandParser object at 0x0000014F97B292B0>
2024-10-10 10:53:57,274 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.anonymous: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,274 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.acl: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,274 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.follow-symlinks: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,274 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.sync: calling handler <awscli.argprocess.ParamShorthandParser object at 0x0000014F97B292B0>
2024-10-10 10:53:57,274 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.anonymous: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,274 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.sse: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,275 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.sse-c: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,275 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.sse-c-key: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,275 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.sse-kms-key-id: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,275 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.sse-c-copy-source: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,275 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.sse-c-copy-source-key: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,275 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.storage-class: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,276 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.grants: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,276 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.website-redirect: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,276 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.content-type: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,276 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.cache-control: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,276 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.content-disposition: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,276 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.content-encoding: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,276 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.content-language: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,276 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.expires: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,277 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.source-region: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,277 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.only-show-errors: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,277 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.sync: calling handler <awscli.argprocess.ParamShorthandParser object at 0x0000014F97B292B0>
2024-10-10 10:53:57,277 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.anonymous: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,277 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.page-size: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,277 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.ignore-glacier-warnings: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,277 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.sync: calling handler <awscli.argprocess.ParamShorthandParser object at 0x0000014F97B292B0>
2024-10-10 10:53:57,277 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.force-glacier-transfer: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,278 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.sync: calling handler <awscli.argprocess.ParamShorthandParser object at 0x0000014F97B292B0>
2024-10-10 10:53:57,278 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.request-payer: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,278 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.metadata: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,278 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.copy-props: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,278 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.sync: calling handler <awscli.argprocess.ParamShorthandParser object at 0x0000014F97B292B0>
2024-10-10 10:53:57,278 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.metadata-directive: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,278 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.size-only: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,278 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.sync: calling handler <awscli.argprocess.ParamShorthandParser object at 0x0000014F97B292B0>
2024-10-10 10:53:57,279 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.exact-timestamps: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,279 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.sync: calling handler <awscli.argprocess.ParamShorthandParser object at 0x0000014F97B292B0>
2024-10-10 10:53:57,279 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.sync.delete: calling handler <awscli.paramfile.URIArgumentHandler object at 0x0000014F9808B820>
2024-10-10 10:53:57,279 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.sync: calling handler <awscli.argprocess.ParamShorthandParser object at 0x0000014F97B292B0>
2024-10-10 10:53:57,279 - MainThread - botocore.credentials - DEBUG - Looking for credentials via: env
2024-10-10 10:53:57,279 - MainThread - botocore.credentials - DEBUG - Looking for credentials via: assume-role
2024-10-10 10:53:57,279 - MainThread - botocore.credentials - DEBUG - Looking for credentials via: assume-role-with-web-identity
2024-10-10 10:53:57,280 - MainThread - botocore.credentials - DEBUG - Looking for credentials via: sso
2024-10-10 10:53:57,280 - MainThread - botocore.credentials - DEBUG - Looking for credentials via: shared-credentials-file
2024-10-10 10:53:57,280 - MainThread - botocore.credentials - INFO - Found credentials in shared credentials file: ~/.aws/credentials
2024-10-10 10:53:57,281 - MainThread - botocore.loaders - DEBUG - Loading JSON file: C:\Program Files\Amazon\AWSCLIV2\awscli\botocore\data\endpoints.json
2024-10-10 10:53:57,287 - MainThread - botocore.hooks - DEBUG - Event choose-service-name: calling handler <function handle_service_name_alias at 0x0000014F96930820>
2024-10-10 10:53:57,321 - MainThread - botocore.loaders - DEBUG - Loading JSON file: C:\Program Files\Amazon\AWSCLIV2\awscli\botocore\data\s3\2006-03-01\service-2.json
2024-10-10 10:53:57,327 - MainThread - botocore.hooks - DEBUG - Event creating-client-class.s3: calling handler <function add_generate_presigned_post at 0x0000014F968B6280>
2024-10-10 10:53:57,327 - MainThread - botocore.hooks - DEBUG - Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x0000014F968B6040>
2024-10-10 10:53:57,328 - MainThread - botocore.endpoint - DEBUG - Setting s3 timeout as (60, 60)
2024-10-10 10:53:57,329 - MainThread - botocore.hooks - DEBUG - Event choose-service-name: calling handler <function handle_service_name_alias at 0x0000014F96930820>
2024-10-10 10:53:57,329 - MainThread - botocore.hooks - DEBUG - Event creating-client-class.s3: calling handler <function add_generate_presigned_post at 0x0000014F968B6280>
2024-10-10 10:53:57,329 - MainThread - botocore.hooks - DEBUG - Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x0000014F968B6040>
2024-10-10 10:53:57,331 - MainThread - botocore.endpoint - DEBUG - Setting s3 timeout as (60, 60)
2024-10-10 10:53:57,332 - MainThread - botocore.hooks - DEBUG - Event choose-service-name: calling handler <function handle_service_name_alias at 0x0000014F96930820>
2024-10-10 10:53:57,333 - MainThread - botocore.hooks - DEBUG - Event creating-client-class.s3: calling handler <function add_generate_presigned_post at 0x0000014F968B6280>
2024-10-10 10:53:57,333 - MainThread - botocore.hooks - DEBUG - Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x0000014F968B6040>
2024-10-10 10:53:57,334 - MainThread - botocore.endpoint - DEBUG - Setting s3 timeout as (60, 60)
2024-10-10 10:53:57,334 - MainThread - awscli.customizations.s3.factory - DEBUG - Using a multipart threshold of 8388608 and a part size of 8388608
2024-10-10 10:53:57,335 - MainThread - botocore.hooks - DEBUG - Event choosing-s3-sync-strategy: calling handler <bound method BaseSync.use_sync_strategy of <awscli.customizations.s3.syncstrategy.sizeonly.SizeOnlySync object at 0x0000014F9809F7F0>>
2024-10-10 10:53:57,335 - MainThread - botocore.hooks - DEBUG - Event choosing-s3-sync-strategy: calling handler <bound method BaseSync.use_sync_strategy of <awscli.customizations.s3.syncstrategy.exacttimestamps.ExactTimestampsSync object at 0x0000014F9809F850>>
2024-10-10 10:53:57,335 - MainThread - botocore.hooks - DEBUG - Event choosing-s3-sync-strategy: calling handler <bound method BaseSync.use_sync_strategy of <awscli.customizations.s3.syncstrategy.delete.DeleteSync object at 0x0000014F9809F7C0>>
And when using aws s3 cp --recursive:
2024-10-10 11:10:39,203 - MainThread - awscli.clidriver - DEBUG - CLI version: aws-cli/2.7.31 Python/3.9.11 Windows/10 exe/AMD64
2024-10-10 11:10:39,203 - MainThread - awscli.clidriver - DEBUG - Arguments entered to CLI: ['s3', 'cp', '--recursive', 'Z:/Newark News', 's3://npl.org-digital-storage/Newark News', '--debug']
2024-10-10 11:10:39,240 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function add_s3 at 0x000002254EDBECA0>
2024-10-10 11:10:39,241 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function add_ddb at 0x000002254EC13A60>
2024-10-10 11:10:39,241 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <bound method BasicCommand.add_command of <class 'awscli.customizations.configure.configure.ConfigureCommand'>>
2024-10-10 11:10:39,241 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function change_name at 0x000002254EBB6DC0>
2024-10-10 11:10:39,241 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function change_name at 0x000002254EBBDEE0>
2024-10-10 11:10:39,241 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function alias_opsworks_cm at 0x000002254EDD2670>
2024-10-10 11:10:39,241 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function add_history_commands at 0x000002254EC635E0>
2024-10-10 11:10:39,242 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <bound method BasicCommand.add_command of <class 'awscli.customizations.devcommands.CLIDevCommand'>>
2024-10-10 11:10:39,242 - MainThread - botocore.hooks - DEBUG - Event building-command-table.main: calling handler <function add_waiters at 0x000002254ED848B0>
2024-10-10 11:10:39,242 - MainThread - botocore.loaders - DEBUG - Loading JSON file: C:\Program Files\Amazon\AWSCLIV2\awscli\data\cli.json
2024-10-10 11:10:39,243 - MainThread - botocore.hooks - DEBUG - Event top-level-args-parsed: calling handler <function resolve_types at 0x000002254ED15670>
2024-10-10 11:10:39,244 - MainThread - botocore.hooks - DEBUG - Event top-level-args-parsed: calling handler <function no_sign_request at 0x000002254ED181F0>
2024-10-10 11:10:39,244 - MainThread - botocore.hooks - DEBUG - Event top-level-args-parsed: calling handler <function resolve_verify_ssl at 0x000002254ED18160>
2024-10-10 11:10:39,244 - MainThread - botocore.hooks - DEBUG - Event top-level-args-parsed: calling handler <function resolve_cli_read_timeout at 0x000002254ED18310>
2024-10-10 11:10:39,244 - MainThread - botocore.hooks - DEBUG - Event top-level-args-parsed: calling handler <function resolve_cli_connect_timeout at 0x000002254ED18280>
2024-10-10 11:10:39,244 - MainThread - botocore.hooks - DEBUG - Event top-level-args-parsed: calling handler <built-in method update of dict object at 0x000002254EE6F980>
2024-10-10 11:10:39,245 - MainThread - awscli.clidriver - DEBUG - CLI version: aws-cli/2.7.31 Python/3.9.11 Windows/10 exe/AMD64 prompt/off
2024-10-10 11:10:39,245 - MainThread - awscli.clidriver - DEBUG - Arguments entered to CLI: ['s3', 'cp', '--recursive', 'Z:/Newark News', 's3://npl.org-digital-storage/Newark News', '--debug']
2024-10-10 11:10:39,245 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function add_timestamp_parser at 0x000002254EDC4310>
2024-10-10 11:10:39,245 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function register_uri_param_handler at 0x000002254E930E50>
2024-10-10 11:10:39,245 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function add_binary_formatter at 0x000002254EE33AF0>
2024-10-10 11:10:39,245 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function no_pager_handler at 0x000002254E91F310>
2024-10-10 11:10:39,245 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function inject_assume_role_provider_cache at 0x000002254E98CD30>
2024-10-10 11:10:39,247 - MainThread - botocore.utils - DEBUG - IMDS ENDPOINT: http://169.254.169.254/
2024-10-10 11:10:39,248 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function attach_history_handler at 0x000002254EC634C0>
2024-10-10 11:10:39,248 - MainThread - botocore.hooks - DEBUG - Event session-initialized: calling handler <function inject_json_file_cache at 0x000002254EC18940>
2024-10-10 11:10:39,248 - MainThread - botocore.hooks - DEBUG - Event building-command-table.s3: calling handler <function add_waiters at 0x000002254ED848B0>
2024-10-10 11:10:39,248 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.s3.anonymous: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,248 - MainThread - botocore.hooks - DEBUG - Event building-command-table.s3_cp: calling handler <function add_waiters at 0x000002254ED848B0>
2024-10-10 11:10:39,250 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.paths: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,250 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.dryrun: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,250 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.cp: calling handler <awscli.argprocess.ParamShorthandParser object at 0x000002254E959280>
2024-10-10 11:10:39,250 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.quiet: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,250 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.cp: calling handler <awscli.argprocess.ParamShorthandParser object at 0x000002254E959280>
2024-10-10 11:10:39,250 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.anonymous: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,250 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.acl: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,250 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.follow-symlinks: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,251 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.cp: calling handler <awscli.argprocess.ParamShorthandParser object at 0x000002254E959280>
2024-10-10 11:10:39,251 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.anonymous: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,251 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.sse: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,251 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.sse-c: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,251 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.sse-c-key: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,251 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.sse-kms-key-id: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,251 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.sse-c-copy-source: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,251 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.sse-c-copy-source-key: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,251 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.storage-class: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,252 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.grants: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,252 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.website-redirect: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,252 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.content-type: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,252 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.cache-control: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,252 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.content-disposition: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,252 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.content-encoding: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,252 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.content-language: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,252 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.expires: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,253 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.source-region: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,253 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.only-show-errors: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,253 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.cp: calling handler <awscli.argprocess.ParamShorthandParser object at 0x000002254E959280>
2024-10-10 11:10:39,253 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.anonymous: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,253 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.page-size: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,253 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.ignore-glacier-warnings: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,253 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.cp: calling handler <awscli.argprocess.ParamShorthandParser object at 0x000002254E959280>
2024-10-10 11:10:39,253 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.force-glacier-transfer: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,254 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.cp: calling handler <awscli.argprocess.ParamShorthandParser object at 0x000002254E959280>
2024-10-10 11:10:39,254 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.request-payer: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,254 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.metadata: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,254 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.copy-props: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,254 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.cp: calling handler <awscli.argprocess.ParamShorthandParser object at 0x000002254E959280>
2024-10-10 11:10:39,254 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.metadata-directive: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,254 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.expected-size: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,254 - MainThread - botocore.hooks - DEBUG - Event load-cli-arg.custom.cp.anonymous: calling handler <awscli.paramfile.URIArgumentHandler object at 0x000002254EEBC7F0>
2024-10-10 11:10:39,255 - MainThread - botocore.credentials - DEBUG - Looking for credentials via: env
2024-10-10 11:10:39,255 - MainThread - botocore.credentials - DEBUG - Looking for credentials via: assume-role
2024-10-10 11:10:39,255 - MainThread - botocore.credentials - DEBUG - Looking for credentials via: assume-role-with-web-identity
2024-10-10 11:10:39,255 - MainThread - botocore.credentials - DEBUG - Looking for credentials via: sso
2024-10-10 11:10:39,255 - MainThread - botocore.credentials - DEBUG - Looking for credentials via: shared-credentials-file
2024-10-10 11:10:39,256 - MainThread - botocore.credentials - INFO - Found credentials in shared credentials file: ~/.aws/credentials
2024-10-10 11:10:39,257 - MainThread - botocore.loaders - DEBUG - Loading JSON file: C:\Program Files\Amazon\AWSCLIV2\awscli\botocore\data\endpoints.json
2024-10-10 11:10:39,263 - MainThread - botocore.hooks - DEBUG - Event choose-service-name: calling handler <function handle_service_name_alias at 0x000002254D760820>
2024-10-10 11:10:39,298 - MainThread - botocore.loaders - DEBUG - Loading JSON file: C:\Program Files\Amazon\AWSCLIV2\awscli\botocore\data\s3\2006-03-01\service-2.json
2024-10-10 11:10:39,304 - MainThread - botocore.hooks - DEBUG - Event creating-client-class.s3: calling handler <function add_generate_presigned_post at 0x000002254D6E6280>
2024-10-10 11:10:39,304 - MainThread - botocore.hooks - DEBUG - Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x000002254D6E6040>
2024-10-10 11:10:39,305 - MainThread - botocore.endpoint - DEBUG - Setting s3 timeout as (60, 60)
2024-10-10 11:10:39,308 - MainThread - botocore.hooks - DEBUG - Event choose-service-name: calling handler <function handle_service_name_alias at 0x000002254D760820>
2024-10-10 11:10:39,308 - MainThread - botocore.hooks - DEBUG - Event creating-client-class.s3: calling handler <function add_generate_presigned_post at 0x000002254D6E6280>
2024-10-10 11:10:39,308 - MainThread - botocore.hooks - DEBUG - Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x000002254D6E6040>
2024-10-10 11:10:39,310 - MainThread - botocore.endpoint - DEBUG - Setting s3 timeout as (60, 60)
2024-10-10 11:10:39,311 - MainThread - botocore.hooks - DEBUG - Event choose-service-name: calling handler <function handle_service_name_alias at 0x000002254D760820>
2024-10-10 11:10:39,311 - MainThread - botocore.hooks - DEBUG - Event creating-client-class.s3: calling handler <function add_generate_presigned_post at 0x000002254D6E6280>
2024-10-10 11:10:39,312 - MainThread - botocore.hooks - DEBUG - Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x000002254D6E6040>
2024-10-10 11:10:39,313 - MainThread - botocore.endpoint - DEBUG - Setting s3 timeout as (60, 60)
2024-10-10 11:10:39,313 - MainThread - awscli.customizations.s3.factory - DEBUG - Using a multipart threshold of 8388608 and a part size of 8388608
After that it just doesn't move.
Any suggestions?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions