Advertisement
Guest User

Put Log

a guest
Aug 11th, 2017
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.93 KB | None | 0 0
  1. "PUT
  2.  
  3. application/octet-stream
  4. Fri, 11 Aug 2017 14:29:42 GMT
  5. x-amz-security-token:...
  6. /my-bucket/tmp/carlos/testWrite/4/_temporary/0/"
  7. 17/08/11 14:29:42 DEBUG PoolingClientConnectionManager: Connection request: [route: {s}->https://my-bucket.s3.amazonaws.com:443][total kept alive: 1; route allocated: 1 of 15; total allocated: 1 of 15]
  8. 17/08/11 14:29:42 DEBUG PoolingClientConnectionManager: Connection leased: [id: 0][route: {s}->https://my-bucket.s3.amazonaws.com:443][total kept alive: 0; route allocated: 1 of 15; total allocated: 1 of 15]
  9. 17/08/11 14:29:42 DEBUG SdkHttpClient: Stale connection check
  10. 17/08/11 14:29:42 DEBUG RequestAddCookies: CookieSpec selected: default
  11. 17/08/11 14:29:42 DEBUG RequestAuthCache: Auth cache not set in the context
  12. 17/08/11 14:29:42 DEBUG RequestProxyAuthentication: Proxy auth state: UNCHALLENGED
  13. 17/08/11 14:29:42 DEBUG SdkHttpClient: Attempt 1 to execute request
  14. 17/08/11 14:29:42 DEBUG DefaultClientConnection: Sending request: PUT /tmp/carlos/testWrite/4/_temporary/0/ HTTP/1.1
  15. 17/08/11 14:29:42 DEBUG wire:  >> "PUT /tmp/carlos/testWrite/4/_temporary/0/ HTTP/1.1[\r][\n]"
  16. 17/08/11 14:29:42 DEBUG wire:  >> "Host: my-bucket.s3.amazonaws.com[\r][\n]"
  17. 17/08/11 14:29:42 DEBUG wire:  >> "Authorization: AWS ...[\r][\n]"
  18. 17/08/11 14:29:42 DEBUG wire:  >> "User-Agent: aws-sdk-java/1.10.75 Linux/4.4.35-33.55.amzn1.x86_64 OpenJDK_64-Bit_Server_VM/25.141-b16/1.8.0_141[\r][\n]"
  19. 17/08/11 14:29:42 DEBUG wire:  >> "amz-sdk-invocation-id: ...[\r][\n]"
  20. 17/08/11 14:29:42 DEBUG wire:  >> "amz-sdk-retry: 0/0/[\r][\n]"
  21. 17/08/11 14:29:42 DEBUG wire:  >> "x-amz-security-token: ...[\r][\n]"
  22. 17/08/11 14:29:42 DEBUG wire:  >> "Date: Fri, 11 Aug 2017 14:29:42 GMT[\r][\n]"
  23. 17/08/11 14:29:42 DEBUG wire:  >> "Content-Type: application/octet-stream[\r][\n]"
  24. 17/08/11 14:29:42 DEBUG wire:  >> "Content-Length: 0[\r][\n]"
  25. 17/08/11 14:29:42 DEBUG wire:  >> "Connection: Keep-Alive[\r][\n]"
  26. 17/08/11 14:29:42 DEBUG wire:  >> "[\r][\n]"
  27. 17/08/11 14:29:42 DEBUG headers: >> PUT /tmp/carlos/testWrite/4/_temporary/0/ HTTP/1.1
  28. 17/08/11 14:29:42 DEBUG headers: >> Host: my-bucket.s3.amazonaws.com
  29. 17/08/11 14:29:42 DEBUG headers: >> Authorization: AWS ...
  30. 17/08/11 14:29:42 DEBUG headers: >> User-Agent: aws-sdk-java/1.10.75 Linux/4.4.35-33.55.amzn1.x86_64 OpenJDK_64-Bit_Server_VM/25.141-b16/1.8.0_141
  31. 17/08/11 14:29:42 DEBUG headers: >> amz-sdk-invocation-id: ...
  32. 17/08/11 14:29:42 DEBUG headers: >> amz-sdk-retry: 0/0/
  33. 17/08/11 14:29:42 DEBUG headers: >> x-amz-security-token: ...
  34. 17/08/11 14:29:42 DEBUG headers: >> Date: Fri, 11 Aug 2017 14:29:42 GMT
  35. 17/08/11 14:29:42 DEBUG headers: >> Content-Type: application/octet-stream
  36. 17/08/11 14:29:42 DEBUG headers: >> Content-Length: 0
  37. 17/08/11 14:29:42 DEBUG headers: >> Connection: Keep-Alive
  38. 17/08/11 14:29:42 DEBUG wire:  << "HTTP/1.1 403 Forbidden[\r][\n]"
  39. 17/08/11 14:29:42 DEBUG wire:  << "x-amz-request-id: ...[\r][\n]"
  40. 17/08/11 14:29:42 DEBUG wire:  << "x-amz-id-2: ...[\r][\n]"
  41. 17/08/11 14:29:42 DEBUG wire:  << "Content-Type: application/xml[\r][\n]"
  42. 17/08/11 14:29:42 DEBUG wire:  << "Transfer-Encoding: chunked[\r][\n]"
  43. 17/08/11 14:29:42 DEBUG wire:  << "Date: Fri, 11 Aug 2017 14:29:42 GMT[\r][\n]"
  44. 17/08/11 14:29:42 DEBUG wire:  << "Server: AmazonS3[\r][\n]"
  45. 17/08/11 14:29:42 DEBUG wire:  << "[\r][\n]"
  46. 17/08/11 14:29:42 DEBUG DefaultClientConnection: Receiving response: HTTP/1.1 403 Forbidden
  47. 17/08/11 14:29:42 DEBUG headers: << HTTP/1.1 403 Forbidden
  48. 17/08/11 14:29:42 DEBUG headers: << x-amz-request-id: ...
  49. 17/08/11 14:29:42 DEBUG headers: << x-amz-id-2: ...
  50. 17/08/11 14:29:42 DEBUG headers: << Content-Type: application/xml
  51. 17/08/11 14:29:42 DEBUG headers: << Transfer-Encoding: chunked
  52. 17/08/11 14:29:42 DEBUG headers: << Date: Fri, 11 Aug 2017 14:29:42 GMT
  53. 17/08/11 14:29:42 DEBUG headers: << Server: AmazonS3
  54. 17/08/11 14:29:42 DEBUG SdkHttpClient: Connection can be kept alive for 60000 MILLISECONDS
  55. 17/08/11 14:29:42 DEBUG requestId: x-amzn-RequestId: not available
  56. 17/08/11 14:29:42 DEBUG wire:  << "f3[\r][\n]"
  57. 17/08/11 14:29:42 DEBUG wire:  << "<?xml version="1.0" encoding="UTF-8"?>[\n]"
  58. 17/08/11 14:29:42 DEBUG wire:  << "<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>...</RequestId><HostId>...</HostId></Error>"
  59. 17/08/11 14:29:42 DEBUG wire:  << "[\r][\n]"
  60. 17/08/11 14:29:42 DEBUG wire:  << "0[\r][\n]"
  61. 17/08/11 14:29:42 DEBUG wire:  << "[\r][\n]"
  62. 17/08/11 14:29:42 DEBUG PoolingClientConnectionManager: Connection [id: 0][route: {s}->https://my-bucket.s3.amazonaws.com:443] can be kept alive for 60000 MILLISECONDS
  63. 17/08/11 14:29:42 DEBUG PoolingClientConnectionManager: Connection released: [id: 0][route: {s}->https://my-bucket.s3.amazonaws.com:443][total kept alive: 1; route allocated: 1 of 15; total allocated: 1 of 15]
  64. 17/08/11 14:29:42 DEBUG request: Received error response: com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: null; Status Code: 403; Error Code: AccessDenied; Request ID: ....), S3 Extended Request ID: ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement