[GH-ISSUE #1166] S3FS API calls #611

Closed
opened 2026-03-04 01:47:12 +03:00 by kerem · 3 comments
Owner

Originally created by @Lilitapudane on GitHub (Oct 10, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1166

Version of s3fs being used (s3fs --version)

1.85

Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)

2.9.2

Kernel information (uname -r)

_command result: 3.10.0-957.12.2.el7.x86_64

GNU/Linux Distribution, if applicable (cat /etc/os-release)

_command result: NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"

Details about issue

Hi,
We are interested in S3FS use, so now we are testing, if it's fits our needs.
I have following question, how I can see S3FS API calls which are going to aws, for example when I'm trying to copy something from S3 bucket: aws s3 cp s3://bucket/file-name

I tried with tcpdump src , but it didn't showed me anything.

Originally created by @Lilitapudane on GitHub (Oct 10, 2019). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1166 #### Version of s3fs being used (s3fs --version) 1.85 #### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) 2.9.2 #### Kernel information (uname -r) _command result: 3.10.0-957.12.2.el7.x86_64 #### GNU/Linux Distribution, if applicable (cat /etc/os-release) _command result: NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" ### Details about issue Hi, We are interested in S3FS use, so now we are testing, if it's fits our needs. I have following question, how I can see S3FS API calls which are going to aws, for example when I'm trying to copy something from S3 bucket: aws s3 cp s3://bucket/file-name I tried with tcpdump src <IP>, but it didn't showed me anything.
kerem closed this issue 2026-03-04 01:47:13 +03:00
Author
Owner

@AgrawalAmey commented on GitHub (Oct 10, 2019):

@Lilitapudane check curldbg option. -d -d -f -o curldbg should print detailed debug logs.

<!-- gh-comment-id:540587020 --> @AgrawalAmey commented on GitHub (Oct 10, 2019): @Lilitapudane check `curldbg` option. `-d -d -f -o curldbg` should print detailed debug logs.
Author
Owner

@gaul commented on GitHub (Oct 10, 2019):

curldbg is the easiest but if you want to use tcpdump you probably want to connect via http instead of https.

<!-- gh-comment-id:540655140 --> @gaul commented on GitHub (Oct 10, 2019): `curldbg` is the easiest but if you want to use tcpdump you probably want to connect via http instead of https.
Author
Owner

@mrPsycho commented on GitHub (Oct 11, 2019):

perfect, thanks!

<!-- gh-comment-id:541049031 --> @mrPsycho commented on GitHub (Oct 11, 2019): perfect, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#611
No description provided.