Aws-cli: aws s3 ls - kann nicht ls Eimer

Erstellt am 1. Apr. 2015  ·  3Kommentare  ·  Quelle: aws/aws-cli

[ jaffer@data-aw-prod ~]$ aws --version
aws-cli/1.7.18 Python/2.6.9 Linux/3.14.35-28.38.amzn1.x86_64
[ jaffer@data-aw-prod ~]$

[ jaffer@data-aw-prod ~]$ aws s3 ls --debug
01.04.2015 11:56:42,132 - MainThread - awscli.clidriver - DEBUG - CLI-Version: aws-cli/1.7.18 Python/2.6.9 Linux/3.14.35-28.38.amzn1.x86_64, Botocore-Version: 0.99 .0
01.04.2015 11:56:42,132 - MainThread - awscli.clidriver - DEBUG - In CLI eingegebene Argumente: ['s3', 'ls', '--debug']
2015-04-01 11:56:42,132 - MainThread - botocore.hooks - DEBUG - Event session-initialized: Calling Handler
2015-04-01 11:56:42,132 - MainThread - botocore.hooks - DEBUG - Event session-initialized: Calling Handler
2015-04-01 11:56:42,133 - MainThread - botocore.hooks - DEBUG - Event building-command-table.s3: Calling Handler
2015-04-01 11:56:42,134 - MainThread - botocore.hooks - DEBUG - Ereignis load-cli-arg.custom.s3.anonymous: Calling Handler
2015-04-01 11:56:42,134 - MainThread - botocore.hooks - DEBUG - Event building-command-table.ls: Calling Handler
2015-04-01 11:56:42,135 - MainThread - botocore.hooks - DEBUG - Ereignis load-cli-arg.custom.ls.paths: Calling Handler
01.04.2015 11:56:42,135 - MainThread - botocore.hooks - DEBUG - Ereignis load-cli-arg.custom.ls.summarize: Calling-Handler
2015-04-01 11:56:42,135 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.ls: Calling Handler
2015-04-01 11:56:42,135 - MainThread - awscli.argprocess - DEBUG - Erkannte Struktur: Skalar
2015-04-01 11:56:42,135 - MainThread - botocore.hooks - DEBUG - Ereignis load-cli-arg.custom.ls.anonymous: Calling Handler
01.04.2015 11:56:42,135 - MainThread - botocore.hooks - DEBUG - Ereignis load-cli-arg.custom.ls.human-readable: Calling Handler
2015-04-01 11:56:42,135 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.ls: Calling Handler
2015-04-01 11:56:42,136 - MainThread - awscli.argprocess - DEBUG - Erkannte Struktur: Skalar
2015-04-01 11:56:42,136 - MainThread - botocore.hooks - DEBUG - Ereignis load-cli-arg.custom.ls.page-size: Calling Handler
2015-04-01 11:56:42,136 - MainThread - botocore.credentials - DEBUG - Suche nach Anmeldeinformationen über: env
2015-04-01 11:56:42,136 - MainThread - botocore.credentials - INFO - Anmeldeinformationen in Umgebungsvariablen gefunden.
2015-04-01 11:56:42,215 - MainThread - botocore.client - DEBUG - Retry-Handler für Dienst registrieren: s3
2015-04-01 11:56:42,215 - MainThread - botocore.client - DEBUG - Retry-Handler für Dienst registrieren: s3
01.04.2015 11:56:42,221 - MainThread - botocore.hooks - DEBUG - Event before-call.s3.ListBuckets: Calling Handler
2015-04-01 11:56:42,221 - MainThread - botocore.endpoint - DEBUG - Anfrage stellen für(verify_ssl=True) mit params: {'query_string': '', 'headers': {}, 'url_path': '/', 'body': '', 'method': u'GET'}
2015-04-01 11:56:42,221 - MainThread - botocore.hooks - DEBUG - Event request-created.s3.ListBuckets: Calling Handler>
01.04.2015 11:56:42,221 - MainThread - botocore.hooks - DEBUG - Ereignis vor-sign.s3.ListBuckets: Calling-Handler
2015-04-01 11:56:42,222 - MainThread - botocore.auth - DEBUG - Berechnen der Signatur mit v4 auth.
01.04.2015 11:56:42,222 - MainThread - botocore.auth - DEBUG - CanonicalRequest:
WERDEN
/

host:s3.us-east.amazonaws.com
user- agent:aws-cli/1.7.18 Python/2.6.9 Linux/3.14.35-28.38.amzn1.x86_64
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz- Datum:20150401T155642Z

host;user-agent;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
01.04.2015 11:56:42,222 - MainThread - botocore.auth - DEBUG - StringToSign:
AWS4-HMAC-SHA256
20150401T155642Z
20150401/us-east/s3/aws4_request
e0002ea5e32486a5cd7a2014cf22368b82951adb37d010bd31ffd4ec5a5c3b5b
01.04.2015 11:56:42,222 - MainThread - botocore.auth - DEBUG - Signatur:
183a8b6e48fe85f9713139c4763e1af3ba68c8b5aa38fdb03d0fe38d65e8ee2c
2015-04-01 11:56:42,228 - MainThread - botocore.endpoint - DEBUG - HTTP-Anfrage senden: 01.04.2015 11:56:42,229 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Neue HTTPS-Verbindung starten (1): s3.us-east.amazonaws.com
2015-04-01 11:56:42,231 - MainThread - botocore.hooks - DEBUG - Event need-retry.s3.ListBuckets: Calling Handler
2015-04-01 11:56:42,231 - MainThread - botocore.retryhandler - DEBUG - erneuter Versuch erforderlich, wiederholbare Ausnahme abgefangen: Es konnte keine Verbindung zur Endpunkt-URL hergestellt werden: " https://s3.us-east.amazonaws.com/ "
Traceback (letzter Anruf zuletzt):
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 265, in _should_retry
return self._checker(Versuchsnummer, Antwort, gefangene_Ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 313, in __call__
gefangen_ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 222, im Aufruf
Rückgabe self._check_caught_Exception(Versuchsnummer, gefangene_Ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 355, in _check_caught_Exception
Erhöhte catch_Exception
EndpointConnectionError: Es konnte keine Verbindung zur Endpunkt-URL hergestellt werden: " https://s3.us-east.amazonaws.com/ "
2015-04-01 11:56:42,232 - MainThread - botocore.retryhandler - DEBUG - Wiederholung erforderlich, Aktion von: 0.322988676199
2015-04-01 11:56:42,232 - MainThread - botocore.endpoint - DEBUG - Antwort auf Wiederholung erhalten, Ruhezustand für 0.322988676199 Sekunden
2015-04-01 11:56:42,555 - MainThread - botocore.hooks - DEBUG - Event request-created.s3.ListBuckets: Calling Handler>
2015-04-01 11:56:42,556 - MainThread - botocore.hooks - DEBUG - Event before-sign.s3.ListBuckets: Calling Handler
2015-04-01 11:56:42,556 - MainThread - botocore.auth - DEBUG - Berechnung der Signatur mit v4 auth.
2015-04-01 11:56:42,556 - MainThread - botocore.auth - DEBUG - CanonicalRequest:
WERDEN
/

host:s3.us-east.amazonaws.com
user- agent:aws-cli/1.7.18 Python/2.6.9 Linux/3.14.35-28.38.amzn1.x86_64
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz- Datum:20150401T155642Z

host;user-agent;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
01.04.2015 11:56:42,557 - MainThread - botocore.auth - DEBUG - StringToSign:
AWS4-HMAC-SHA256
20150401T155642Z
20150401/us-east/s3/aws4_request
e0002ea5e32486a5cd7a2014cf22368b82951adb37d010bd31ffd4ec5a5c3b5b
01.04.2015 11:56:42,557 - MainThread - botocore.auth - DEBUG - Signatur:
183a8b6e48fe85f9713139c4763e1af3ba68c8b5aa38fdb03d0fe38d65e8ee2c
2015-04-01 11:56:42,557 - MainThread - botocore.endpoint - DEBUG - HTTP-Anfrage senden: 2015-04-01 11:56:42,558 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Neue HTTPS-Verbindung starten (2): s3.us-east.amazonaws.com
2015-04-01 11:56:42,559 - MainThread - botocore.hooks - DEBUG - Event need-retry.s3.ListBuckets: Calling Handler
2015-04-01 11:56:42,559 - MainThread - botocore.retryhandler - DEBUG - erneuter Versuch erforderlich, wiederholbare Ausnahme abgefangen: Es konnte keine Verbindung zur Endpunkt-URL hergestellt werden: " https://s3.us-east.amazonaws.com/ "
Traceback (letzter Anruf zuletzt):
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 265, in _should_retry
return self._checker(Versuchsnummer, Antwort, gefangene_Ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 313, in __call__
gefangen_ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 222, im Aufruf
Rückgabe self._check_caught_Exception(Versuchsnummer, gefangene_Ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 355, in _check_caught_Exception
Erhöhte catch_Exception
EndpointConnectionError: Es konnte keine Verbindung zur Endpunkt-URL hergestellt werden: " https://s3.us-east.amazonaws.com/ "
2015-04-01 11:56:42,559 - MainThread - botocore.retryhandler - DEBUG - Wiederholung erforderlich, Aktion von: 0.75575215895
2015-04-01 11:56:42,559 - MainThread - botocore.endpoint - DEBUG - Antwort auf Wiederholung erhalten, Ruhezustand für 0,75575215895 Sekunden
2015-04-01 11:56:43,316 - MainThread - botocore.hooks - DEBUG - Event request-created.s3.ListBuckets: Calling Handler>
2015-04-01 11:56:43,317 - MainThread - botocore.hooks - DEBUG - Event before-sign.s3.ListBuckets: Calling Handler
2015-04-01 11:56:43,317 - MainThread - botocore.auth - DEBUG - Berechnung der Signatur mit v4 auth.
2015-04-01 11:56:43,317 - MainThread - botocore.auth - DEBUG - CanonicalRequest:
WERDEN
/

host:s3.us-east.amazonaws.com
user- agent:aws-cli/1.7.18 Python/2.6.9 Linux/3.14.35-28.38.amzn1.x86_64
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz- Datum:20150401T155643Z

host;user-agent;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
01.04.2015 11:56:43,317 - MainThread - botocore.auth - DEBUG - StringToSign:
AWS4-HMAC-SHA256
20150401T155643Z
20150401/us-east/s3/aws4_request
2b218ca18cc6f59827d9cc6ccc4c222ed77e7b2b9e1fd6aa4242e406e7e404ec
01.04.2015 11:56:43,318 - MainThread - botocore.auth - DEBUG - Signatur:
1e99b5f508a30bfa547607d915aec56f9667e6c6db66dc65643202822314c377
2015-04-01 11:56:43,318 - MainThread - botocore.endpoint - DEBUG - HTTP-Anfrage senden: 01.04.2015 11:56:43,319 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Neue HTTPS-Verbindung starten (3): s3.us-east.amazonaws.com
2015-04-01 11:56:43,320 - MainThread - botocore.hooks - DEBUG - Event need-retry.s3.ListBuckets: Calling Handler
2015-04-01 11:56:43,320 - MainThread - botocore.retryhandler - DEBUG - erneuter Versuch erforderlich, wiederholbare Ausnahme abgefangen: Verbindung zur Endpunkt-URL: " https://s3.us-east.amazonaws.com/ " konnte nicht hergestellt werden
Traceback (letzter Anruf zuletzt):
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 265, in _should_retry
return self._checker(Versuchsnummer, Antwort, gefangene_Ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 313, in __call__
gefangen_ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 222, im Aufruf
Rückgabe self._check_caught_Exception(Versuchsnummer, gefangene_Ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 355, in _check_caught_Exception
Erhöhte catch_Exception
EndpointConnectionError: Es konnte keine Verbindung zur Endpunkt-URL hergestellt werden: " https://s3.us-east.amazonaws.com/ "
01.04.2015 11:56:43,320 - MainThread - botocore.retryhandler - DEBUG - Wiederholung erforderlich, Aktion von: 2.18930448654
2015-04-01 11:56:43,320 - MainThread - botocore.endpoint - DEBUG - Antwort auf Wiederholung erhalten, Ruhezustand für 2.18930448654 Sekunden
2015-04-01 11:56:45,512 - MainThread - botocore.hooks - DEBUG - Event request-created.s3.ListBuckets: Calling Handler>
2015-04-01 11:56:45,512 - MainThread - botocore.hooks - DEBUG - Event before-sign.s3.ListBuckets: Calling Handler
2015-04-01 11:56:45,513 - MainThread - botocore.auth - DEBUG - Berechnen der Signatur mit v4 auth.
2015-04-01 11:56:45,513 - MainThread - botocore.auth - DEBUG - CanonicalRequest:
WERDEN
/

host:s3.us-east.amazonaws.com
user- agent:aws-cli/1.7.18 Python/2.6.9 Linux/3.14.35-28.38.amzn1.x86_64
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz- Datum:20150401T155645Z

host;user-agent;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2015-04-01 11:56:45,513 - MainThread - botocore.auth - DEBUG - StringToSign:
AWS4-HMAC-SHA256
20150401T155645Z
20150401/us-east/s3/aws4_request
48ccbdbf0fd162f787956abaeec2bcc73a92b5cd03e23bbfcf20f9721cd629cf
01.04.2015 11:56:45,513 - MainThread - botocore.auth - DEBUG - Signatur:
715db569aa580b92850617e41db4d78d4a8eb5ccc51018bf3500272d98bb1502
2015-04-01 11:56:45,513 - MainThread - botocore.endpoint - DEBUG - HTTP-Anfrage senden: 01.04.2015 11:56:45,514 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Neue HTTPS-Verbindung starten (4): s3.us-east.amazonaws.com
2015-04-01 11:56:45,515 - MainThread - botocore.hooks - DEBUG - Event need-retry.s3.ListBuckets: Calling Handler
2015-04-01 11:56:45,515 - MainThread - botocore.retryhandler - DEBUG - erneuter Versuch erforderlich, wiederholbare Ausnahme abgefangen: Konnte keine Verbindung zur Endpunkt-URL herstellen: " https://s3.us-east.amazonaws.com/ "
Traceback (letzter Anruf zuletzt):
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 265, in _should_retry
return self._checker(Versuchsnummer, Antwort, gefangene_Ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 313, in __call__
gefangen_ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 222, im Aufruf
Rückgabe self._check_caught_Exception(Versuchsnummer, gefangene_Ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 355, in _check_caught_Exception
Erhöhte catch_Exception
EndpointConnectionError: Es konnte keine Verbindung zur Endpunkt-URL hergestellt werden: " https://s3.us-east.amazonaws.com/ "
01.04.2015 11:56:45,515 - MainThread - botocore.retryhandler - DEBUG - Wiederholung erforderlich, Aktion von: 0.576300993129
2015-04-01 11:56:45,515 - MainThread - botocore.endpoint - DEBUG - Antwort auf Wiederholung erhalten, Ruhezustand für 0.576300993129 Sekunden
01.04.2015 11:56:46,092 - MainThread - botocore.hooks - DEBUG - Event request-created.s3.ListBuckets: Calling Handler>
01.04.2015 11:56:46,092 - MainThread - botocore.hooks - DEBUG - Event before-sign.s3.ListBuckets: Calling Handler
2015-04-01 11:56:46,093 - MainThread - botocore.auth - DEBUG - Berechnen der Signatur mit v4 auth.
2015-04-01 11:56:46,093 - MainThread - botocore.auth - DEBUG - CanonicalRequest:
WERDEN
/

host:s3.us-east.amazonaws.com
user- agent:aws-cli/1.7.18 Python/2.6.9 Linux/3.14.35-28.38.amzn1.x86_64
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz- Datum:20150401T155646Z

host;user-agent;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
01.04.2015 11:56:46,093 - MainThread - botocore.auth - DEBUG - StringToSign:
AWS4-HMAC-SHA256
20150401T155646Z
20150401/us-east/s3/aws4_request
18c5d85e0996b1ed77b2e06c0cc78b476cdb1a25d05a13f665c82a9066d61ef4
01.04.2015 11:56:46,093 - MainThread - botocore.auth - DEBUG - Signatur:
d6c4ab22c43a2765e219ebe83cdebbbdae61c6b300445fec73f67ff0bc526507
2015-04-01 11:56:46,094 - MainThread - botocore.endpoint - DEBUG - HTTP-Anfrage senden: 2015-04-01 11:56:46,094 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Neue HTTPS-Verbindung starten (5): s3.us-east.amazonaws.com
2015-04-01 11:56:46,095 - MainThread - botocore.hooks - DEBUG - Event need-retry.s3.ListBuckets: Calling Handler
2015-04-01 11:56:46,095 - MainThread - awscli.clidriver - DEBUG - Ausnahme in main() gefangen
Traceback (letzter Anruf zuletzt):
Datei "/usr/local/lib/python2.6/site-packages/awscli/clidriver.py", Zeile 183, in main
return command_table parsed_args.command
Datei "/usr/local/lib/python2.6/site-packages/awscli/customizations/commands.py", Zeile 190, in call
parsed_globals)
Datei "/usr/local/lib/python2.6/site-packages/awscli/customizations/commands.py", Zeile 187, im Aufruf
return self._run_main(parsed_args, parsed_globals)
Datei "/usr/local/lib/python2.6/site-packages/awscli/customizations/s3/subcommands.py", Zeile 324, in _run_main
self._list_all_buckets()
Datei "/usr/local/lib/python2.6/site-packages/awscli/customizations/s3/subcommands.py", Zeile 383, in _list_all_buckets
response_data = self.client.list_buckets()
Datei "/usr/local/lib/python2.6/site-packages/botocore/client.py", Zeile 187, in _api_call
return self._make_api_call(operation_name, kwargs)
Datei "/usr/local/lib/python2.6/site-packages/botocore/client.py", Zeile 231 in _make_api_call
operation_model, request_dict)
Datei "/usr/local/lib/python2.6/site-packages/botocore/endpoint.py", Zeile 173, in make_request
return self._send_request(request_dict, operation_model)
Datei "/usr/local/lib/python2.6/site-packages/botocore/endpoint.py", Zeile 203, in _send_request
Erfolgsantwort, Ausnahme):
Datei "/usr/local/lib/python2.6/site-packages/botocore/endpoint.py", Zeile 267, in _needs_retry
gefangene_ausnahme=gefangene_ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/hooks.py", Zeile 226, in emit
return self._emit(ereignis_name, kwargs)
Datei "/usr/local/lib/python2.6/site-packages/botocore/hooks.py", Zeile 209, in _emit
antwort = handler (









Rückgabe self._check_caught_Exception(Versuchsnummer, gefangene_Ausnahme)
Datei "/usr/local/lib/python2.6/site-packages/botocore/retryhandler.py", Zeile 355, in _check_caught_Exception
Erhöhte catch_Exception
EndpointConnectionError: Es konnte keine Verbindung zur Endpunkt-URL hergestellt werden: " https://s3.us-east.amazonaws.com/ "
2015-04-01 11:56:46,096 - MainThread - awscli.clidriver - DEBUG - Beenden mit rc 255

Es konnte keine Verbindung zur Endpunkt-URL hergestellt werden: " https://s3.us-east.amazonaws.com/ "

Irgendeine Idee, was es ist, das https://s3.us-east.amazonaws.com/ anstelle von https://us-east-1.s3.amazonaws.com/ verwendet

Hilfreichster Kommentar

Profi-Tipp: kommt wahrscheinlich von ~/.aws/config. Verschieben Sie diese Datei temporär und versuchen Sie es erneut. Das hat mir geholfen.

Alle 3 Kommentare

[ jaffer@data-aw-prod ~]$ aws s3 ls --debug --endpoint-url https://us-east-1.s3.amazonaws.com/
02.04.2015 10:00:53,814 - MainThread - awscli.clidriver - DEBUG - CLI-Version: aws-cli/1.7.18 Python/2.6.9 Linux/3.14.35-28.38.amzn1.x86_64, Botocore-Version: 0.99 .0
2015-04-02 10:00:53,814 - MainThread - awscli.clidriver - DEBUG - In CLI eingegebene Argumente: ['s3', 'ls', '--debug', '--endpoint-url', ' https: //us-east-1.s3.amazonaws.com/ ']
02.04.2015 10:00:53,814 - MainThread - botocore.hooks - DEBUG - Event session-initialized: Calling Handler
02.04.2015 10:00:53,815 - MainThread - botocore.hooks - DEBUG - Event session-initialized: Calling Handler
02.04.2015 10:00:53,815 - MainThread - botocore.hooks - DEBUG - Event building-command-table.s3: Calling Handler
02.04.2015 10:00:53,816 - MainThread - botocore.hooks - DEBUG - Ereignis load-cli-arg.custom.s3.anonymous: Calling Handler
2015-04-02 10:00:53,816 - MainThread - botocore.hooks - DEBUG - Event building-command-table.ls: Calling Handler
02.04.2015 10:00:53,817 - MainThread - botocore.hooks - DEBUG - Ereignis load-cli-arg.custom.ls.paths: Calling Handler
02.04.2015 10:00:53,817 - MainThread - botocore.hooks - DEBUG - Ereignis load-cli-arg.custom.ls.summarize: Calling-Handler
02.04.2015 10:00:53,817 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.ls: Calling Handler
02.04.2015 10:00:53,817 - MainThread - awscli.argprocess - DEBUG - Erkannte Struktur: Skalar
02.04.2015 10:00:53,817 - MainThread - botocore.hooks - DEBUG - Ereignis load-cli-arg.custom.ls.anonymous: Calling Handler
02.04.2015 10:00:53,817 - MainThread - botocore.hooks - DEBUG - Ereignis load-cli-arg.custom.ls.human-readable: Calling Handler
02.04.2015 10:00:53,817 - MainThread - botocore.hooks - DEBUG - Event process-cli-arg.custom.ls: Calling Handler
02.04.2015 10:00:53,818 - MainThread - awscli.argprocess - DEBUG - Erkannte Struktur: Skalar
02.04.2015 10:00:53,818 - MainThread - botocore.hooks - DEBUG - Ereignis load-cli-arg.custom.ls.page-size: Calling-Handler
02.04.2015 10:00:53,818 - MainThread - botocore.credentials - DEBUG - Suche nach Anmeldeinformationen über: env
2015-04-02 10:00:53,818 - MainThread - botocore.credentials - INFO - Anmeldeinformationen in Umgebungsvariablen gefunden.
2015-04-02 10:00:53,896 - MainThread - botocore.client - DEBUG - Retry-Handler für Dienst registrieren: s3
2015-04-02 10:00:53,896 - MainThread - botocore.client - DEBUG - Retry-Handler für Dienst registrieren: s3
02.04.2015 10:00:53,901 - MainThread - botocore.hooks - DEBUG - Event before-call.s3.ListBuckets: Calling Handler
2015-04-02 10:00:53,901 - MainThread - botocore.endpoint - DEBUG - Anfrage stellen für(verify_ssl=True) mit params: {'query_string': '', 'headers': {}, 'url_path': '/', 'body': '', 'method': u'GET'}
02.04.2015 10:00:53,901 - MainThread - botocore.hooks - DEBUG - Event request-created.s3.ListBuckets: Calling Handler>
2015-04-02 10:00:53,902 - MainThread - botocore.auth - DEBUG - Berechnen der Signatur mit v4 auth.
02.04.2015 10:00:53,902 - MainThread - botocore.auth - DEBUG - CanonicalRequest:
WERDEN
/

host:us-east-1.s3.amazonaws.com
user- agent:aws-cli/1.7.18 Python/2.6.9 Linux/3.14.35-28.38.amzn1.x86_64
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz- Datum:20150402T140053Z

host;user-agent;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
02.04.2015 10:00:53,902 - MainThread - botocore.auth - DEBUG - StringToSign:
AWS4-HMAC-SHA256
20150402T140053Z
20150402/us-east/s3/aws4_request
c2f10df0a6273531a1c59de88a43aa15d54e0ff0d4efb446bfc413f423a40b6e
02.04.2015 10:00:53,902 - MainThread - botocore.auth - DEBUG - Signatur:
bbea77bb9355119c47ea3fb62edd0e3ffd32dab9733698f8f82ea7bebba32e99
2015-04-02 10:00:53,909 - MainThread - botocore.endpoint - DEBUG - HTTP-Anfrage senden: 02.04.2015 10:00:53,909 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Neue HTTPS-Verbindung starten (1): us-east-1.s3.amazonaws.com
02.04.2015 10:00:53,939 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - DEBUG - "GET / HTTP/1.1" 400 Keine
02.04.2015 10:00:53,941 - MainThread - botocore.parsers - DEBUG - Antwortheader:
{'Verbindung': 'schließen',
'Inhaltstyp': 'Anwendung/xml',
'date': 'Do, 02 Apr 2015 14:00:53 GMT',
'server': 'AmazonS3',
'transfer-encoding': 'chunked',
'x-amz-id-2': '4YKK6iKMv28//rCRHQDedKvJsyuEXgvY=',
'x-amz-request-id': ''}
02.04.2015 10:00:53,941 - MainThread - botocore.parsers - DEBUG - Antworttext:

AuthorizationHeaderMalformedDer Autorisierungsheader ist falsch formatiert; die Region 'us-east' ist falsch; erwartet 'us-ost-1'us-ost-1CCAA61953FE3FAD04YKK6iKMv28/bEd3R50qcUidwIza8ckHiPcuVvrX2cZLWDPfx7nvqsz/rCRHQDedKvJsyuEXgvY=
2015-04-02 10:00:53,942 - MainThread - botocore.hooks - DEBUG - Event needs-retry.s3.ListBuckets: Calling Handler
2015-04-02 10:00:53,942 - MainThread - botocore.retryhandler - DEBUG - Kein erneuter Versuch erforderlich.
02.04.2015 10:00:53,942 - MainThread - botocore.hooks - DEBUG - Event after-call.s3.ListBuckets: Calling Handler
02.04.2015 10:00:53,942 - MainThread - botocore.hooks - DEBUG - Event after-call.s3.ListBuckets: Calling Handler
2015-04-02 10:00:53,942 - MainThread - awscli.errorhandler - DEBUG - HTTP-Antwortcode: 400
2015-04-02 10:00:53,942 - MainThread - awscli.clidriver - DEBUG - Ausnahme in main() gefangen
Traceback (letzter Anruf zuletzt):
Datei "/usr/local/lib/python2.6/site-packages/awscli/clidriver.py", Zeile 183, in main
return command_table parsed_args.command
Datei "/usr/local/lib/python2.6/site-packages/awscli/customizations/commands.py", Zeile 190, in call
parsed_globals)
Datei "/usr/local/lib/python2.6/site-packages/awscli/customizations/commands.py", Zeile 187, im Aufruf
return self._run_main(parsed_args, parsed_globals)
Datei "/usr/local/lib/python2.6/site-packages/awscli/customizations/s3/subcommands.py", Zeile 324, in _run_main
self._list_all_buckets()
Datei "/usr/local/lib/python2.6/site-packages/awscli/customizations/s3/subcommands.py", Zeile 383, in _list_all_buckets
response_data = self.client.list_buckets()
Datei "/usr/local/lib/python2.6/site-packages/botocore/client.py", Zeile 187, in _api_call
return self._make_api_call(operation_name, kwargs)
Datei "/usr/local/lib/python2.6/site-packages/botocore/client.py", Zeile 238, in _make_api_call
model=operation_model
Datei "/usr/local/lib/python2.6/site-packages/botocore/hooks.py", Zeile 226, in emit
return self._emit(ereignis_name, kwargs)
Datei "/usr/local/lib/python2.6/site-packages/botocore/hooks.py", Zeile 209, in _emit
antwort = handler(**kwargs)
Datei "/usr/local/lib/python2.6/site-packages/awscli/errorhandler.py", Zeile 70, in __call__
http_status_code=http_response.status_code)
ClientError: Beim Aufrufen der ListBuckets-Operation ist ein Clientfehler (AuthorizationHeaderMalformed) aufgetreten: Der Autorisierungsheader ist fehlerhaft; die Region 'us-east' ist falsch; erwartet 'us-ost-1'
2015-04-02 10:00:53,944 - MainThread - awscli.clidriver - DEBUG - Beenden mit rc 255

Beim Aufrufen des ListBuckets-Vorgangs ist ein Clientfehler (AuthorizationHeaderMalformed) aufgetreten: Der Autorisierungsheader ist fehlerhaft; die Region 'us-east' ist falsch; erwartet 'us-ost-1'

Profi-Tipp: kommt wahrscheinlich von ~/.aws/config. Verschieben Sie diese Datei temporär und versuchen Sie es erneut. Das hat mir geholfen.

danke @joshunger
Gehen Sie zu ~/.aws/config
Verschiebe die Konfigurationsdatei
Gehen Sie zum Terminal und geben Sie aws configure ein
ID und Schlüssel hinzufügen
typ aws s3 ls
um alle Verzeichnisse zu sehen

War diese Seite hilfreich?
0 / 5 - 0 Bewertungen