You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@sgd test]# aws s3 sync s3://resumetest .
^CCleaning up. Please wait...
2^CTraceback (most recent call last):
File "/usr/bin/aws", line 23, in
sys.exit(main())
File "/usr/bin/aws", line 19, in main
return awscli.clidriver.main()
File "/usr/lib/python3.3/site-packages/awscli/clidriver.py", line 46, in main
return driver.main()
File "/usr/lib/python3.3/site-packages/awscli/clidriver.py", line 188, in main
return command_table[parsed_args.command](remaining, parsed_args)
File "/usr/lib/python3.3/site-packages/awscli/customizations/s3/s3.py", line 151, in __call__
remaining, parsed_globals)
File "/usr/lib/python3.3/site-packages/awscli/customizations/s3/s3.py", line 262, in __call__
return self._do_command(parsed_args, parsed_globals)
File "/usr/lib/python3.3/site-packages/awscli/customizations/s3/s3.py", line 274, in _do_command
return cmd.run()
File "/usr/lib/python3.3/site-packages/awscli/customizations/s3/s3.py", line 613, in run
file_list.append(components[i].call(files[i]))
File "/usr/lib/python3.3/site-packages/awscli/customizations/s3/s3handler.py", line 95, in call
self._shutdown()
File "/usr/lib/python3.3/site-packages/awscli/customizations/s3/s3handler.py", line 102, in _shutdown
self.executor.join()
File "/usr/lib/python3.3/site-packages/awscli/customizations/s3/executor.py", line 93, in join
thread.join()
File "/usr/lib/python3.3/threading.py", line 1028, in join
self._block.wait()
File "/usr/lib/python3.3/threading.py", line 284, in wait
waiter.acquire()
KeyboardInterrupt
[root@sgd test]#
…#650)
This adds two new generate-event template variables, dns_suffix (e.g. us-east-1.amazonaws.com) and partition (e.g. aws-cn), and happens to fix a bug where the AWS partition was being used in place of the Kinesis partition key in two templates.
More detailed log is here: http://ix.io/auN
The text was updated successfully, but these errors were encountered: