mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1166] S3FS API calls #611
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#611
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@AgrawalAmey commented on GitHub (Oct 10, 2019):
@Lilitapudane check
curldbgoption.-d -d -f -o curldbgshould print detailed debug logs.@gaul commented on GitHub (Oct 10, 2019):
curldbgis the easiest but if you want to use tcpdump you probably want to connect via http instead of https.@mrPsycho commented on GitHub (Oct 11, 2019):
perfect, thanks!