Advertisement
Guest User

Untitled

a guest
Sep 30th, 2022
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. cat /tmp/test.file | rclone rcat aws:/test.file -vv --dump=headers
  2. <7>DEBUG : rclone: Version "v1.59.2" starting with parameters ["rclone" "rcat" "aws:/test.file" "-vv" "--dump=headers"]
  3. <7>DEBUG : rclone: systemd logging support activated
  4. <7>DEBUG : Creating backend with remote "aws:/"
  5. <7>DEBUG : Using config file from "/home/***/.config/rclone/rclone.conf"
  6. <7>DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
  7. <7>DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
  8. <7>DEBUG : fs cache: renaming cache item "aws:/" to be canonical "aws:"
  9. <7>DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  10. <7>DEBUG : HTTP REQUEST (req 0xc000259700)
  11. <7>DEBUG : PUT /bucket1/test.file HTTP/1.1
  12. Host: ***:9000
  13. User-Agent: rclone/v1.59.2
  14. Content-Length: 0
  15. Authorization: XXXX
  16. X-Amz-Acl: private
  17. X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  18. X-Amz-Date: 20220930T153251Z
  19. Accept-Encoding: gzip
  20.  
  21. <7>DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  22. <7>DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  23. <7>DEBUG : HTTP RESPONSE (req 0xc000259700)
  24. <7>DEBUG : HTTP/1.1 200 OK
  25. Content-Length: 0
  26. Accept-Ranges: bytes
  27. Content-Security-Policy: block-all-mixed-content
  28. Date: Fri, 30 Sep 2022 15:32:52 GMT
  29. Etag: "d41d8cd98f00b204e9800998ecf8427e"
  30. Server: MinIO
  31. Strict-Transport-Security: max-age=31536000; includeSubDomains
  32. Vary: Origin
  33. Vary: Accept-Encoding
  34. X-Amz-Request-Id: 1719AD330B043E1D
  35. X-Content-Type-Options: nosniff
  36. X-Xss-Protection: 1; mode=block
  37.  
  38. <7>DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  39. <6>INFO : S3 root: Bucket "test.file" created with ACL "private"
  40. <5>NOTICE: S3 root: Streaming uploads using chunk size 5Mi will have maximum file size of 48.828Gi
  41. <3>ERROR : test.file: Post request rcat error: multipart upload failed to initialise: InvalidParameter: 1 validation error(s) found.
  42. - minimum field size of 1, CreateMultipartUploadInput.Key.
  43. <7>DEBUG : 6 go routines active
  44. Failed to rcat with 2 errors: last error was: multipart upload failed to initialise: InvalidParameter: 1 validation error(s) found.
  45. - minimum field size of 1, CreateMultipartUploadInput.Key.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement