Skip to content

Instantly share code, notes, and snippets.

@joec4i
Last active June 15, 2023 01:00
Show Gist options
  • Save joec4i/b79afd610d96457d6c62eb68f315b6ef to your computer and use it in GitHub Desktop.
Save joec4i/b79afd610d96457d6c62eb68f315b6ef to your computer and use it in GitHub Desktop.
OpenStack Swift request log from rclone for an empty-dir
2023/06/15 10:48:42 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/06/15 10:48:42 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/06/15 10:48:42 DEBUG : HTTP REQUEST (req 0x140007a0500)
2023/06/15 10:48:42 DEBUG : GET /v1/AUTH_test/bar?delimiter=%2F&format=json&limit=1000 HTTP/1.1
Host: 127.0.0.1:8080
User-Agent: rclone/v1.63.0-beta.7067.c7d63704d.swift-dir-marker
Transfer-Encoding: chunked
X-Auth-Token: XXXX
Accept-Encoding: gzip
0
2023/06/15 10:48:42 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/06/15 10:48:42 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/06/15 10:48:42 DEBUG : HTTP RESPONSE (req 0x140007a0500)
2023/06/15 10:48:42 DEBUG : HTTP/1.1 200 OK
Content-Length: 193
Accept-Ranges: bytes
Content-Type: application/json; charset=utf-8
Date: Thu, 15 Jun 2023 00:48:42 GMT
Last-Modified: Wed, 14 Jun 2023 11:48:46 GMT
X-Container-Bytes-Used: 0
X-Container-Object-Count: 2
X-Openstack-Request-Id: tx6d591ec1988a4a87a8f91-00648a5fea
X-Storage-Policy: Policy-0
X-Timestamp: 1686743325.23479
X-Trans-Id: tx6d591ec1988a4a87a8f91-00648a5fea
[{"bytes": 0, "hash": "d41d8cd98f00b204e9800998ecf8427e", "name": "empty-dir", "content_type": "application/directory", "last_modified": "2023-06-14T11:49:19.990560"}, {"subdir": "empty-dir/"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment