[GH-ISSUE #1883] s3fs slowness when using sftp. Looking for non-existent files/directories #959

Closed
opened 2026-03-04 01:50:14 +03:00 by kerem · 5 comments
Owner

Originally created by @arukaen on GitHub (Feb 3, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1883

Version of s3fs being used (s3fs --version)

Amazon Simple Storage Service File System V1.90 (commit:v1.90) with OpenSSL
Copyright (C) 2010 Randy Rizun <rrizun@gmail.com>
License GPL2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

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

Package: fuse
Status: deinstall ok config-files
Priority: optional
Section: utils
Installed-Size: 113
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Version: 2.9.9-3
Config-Version: 2.9.9-3
Depends: libc6 (>= 2.28), libfuse2 (= 2.9.9-3), adduser, mount (>= 2.19.1), sed (>= 4)
Conffiles:
 /etc/fuse.conf 298587592c8444196833f317def414f2 obsolete
Description: Filesystem in Userspace
 Filesystem in Userspace (FUSE) is a simple interface for userspace programs to
 export a virtual filesystem to the Linux kernel. It also aims to provide a
 secure method for non privileged users to create and mount their own filesystem
 implementations.
Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Homepage: https://github.com/libfuse/libfuse/wiki

Kernel information (uname -r)

5.11.0-1028-aws

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

NAME="Ubuntu"
VERSION="20.04.3 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.3 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

/etc/fstab entry, if applicable

s3fs#my-bucket-data  /data   fuse    _netdev,allow_other,retries=1,iam_role=my-instance-role,default_acl=bucket-owner-full-control,use_cache=/tmp/cachem,use_sse=1,umask=0022,dbglevel=info 0 0

s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)

Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache/]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache/][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache/] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache_$folder$]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache_$folder$][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache_$folder$] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:   [path=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.cache/] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 200
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache/]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache/][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache/] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache_$folder$]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache_$folder$][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache_$folder$] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:   [path=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.cache/] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 200
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache][mode=0700]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache/]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache/][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache/] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache_$folder$]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache_$folder$][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache_$folder$] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:   [path=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.cache/] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 200
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache/]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache/][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache/] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache_$folder$]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache_$folder$][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache_$folder$] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:   [path=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.cache/] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 200
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache/]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache/][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache/] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache_$folder$]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache_$folder$][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache_$folder$] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:   [path=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.cache/] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 200
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache][mode=0700]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache/]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache/][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache/] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache_$folder$]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache_$folder$][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.cache_$folder$] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:   [path=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.cache]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.cache/] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 200
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.pam_environment]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.pam_environment]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.pam_environment][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.pam_environment
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.pam_environment
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.pam_environment] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.pam_environment/]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.pam_environment/][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.pam_environment/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.pam_environment/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.pam_environment/] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.pam_environment_$folder$]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.pam_environment_$folder$][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.pam_environment_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.pam_environment_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/.pam_environment_$folder$] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:   [path=/some_user_folder/.pam_environment]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/.pam_environment]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.pam_environment/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.pam_environment/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.pam_environment/] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 200
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder][mask=X_OK ]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: message repeated 2 times: [ [path=/some_user_folder][mask=X_OK ]]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/proc]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/proc] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc/]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc/][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/proc/] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc_$folder$]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc_$folder$][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/proc_$folder$] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:   [path=/some_user_folder/proc]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/proc/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/proc/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/proc/] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 200
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/data]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/data]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/data][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/data
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/data
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/data] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/data/]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/data/][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/data/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/data/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/data/] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/data_$folder$]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/data_$folder$][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/data_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/data_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/data_$folder$] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:   [path=/some_user_folder/data]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/data]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/data/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/data/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/data/] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 200
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/proc]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/proc] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc/]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc/][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/proc/] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc_$folder$]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc_$folder$][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc_%24folder%24
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/proc_$folder$] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:   [path=/some_user_folder/proc]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/proc]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/proc/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/proc/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/proc/] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 200
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/etc]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/etc]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/etc][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/etc
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/etc
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/etc] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/etc/]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/etc/][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/etc/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/etc/
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/etc/] [] []
Feb  2 23:54:13 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/etc_$folder$]
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/etc_$folder$][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/etc_%24folder%24
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/etc_%24folder%24
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/etc_$folder$] [] []
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:   [path=/some_user_folder/etc]
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/etc]
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/etc/
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/etc/
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/etc/] []
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       HTTP response code 200
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/inbound]
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/inbound]
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/inbound][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/inbound
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/inbound
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/inbound] [] []
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       HTTP response code 404 was returned, returning ENOENT
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/inbound/]
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       [tpath=/some_user_folder/inbound/][bpath=][save=][sseckeypos=18446744073709551615]
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/inbound/
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/inbound/
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       computing signature [HEAD] [/some_user_folder/inbound/] [] []
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       url is https://s3.amazonaws.com
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       HTTP response code 200
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]:       add stat cache entry[path=/some_user_folder/inbound/]
Feb  2 23:54:14 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/inbound][mask=X_OK ]

Details about issue

I am running an SFTP server that is chrooting users to /data/user. /data is the mount point for s3fs and my-bucket. My instance and the bucket are both in the us-east-1 region of AWS. When I attempt to connect to the sftp (sftp user@endpoint), after entering my password I have about a 12 second delay until I am able to see my directory (which currently has 0 files). This happens on any SFTP client. When I look at the logs, I notice that there are calls looking for directories that don't exist (nor have I specified them anywhere). For example: .cache, .ssh, proc, etc. When I created the users, I make sure to use a custom /etc/skel2 which just creates a empty directory for the users home. Why are these files being looked for?

Originally created by @arukaen on GitHub (Feb 3, 2022). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1883 #### Version of s3fs being used (s3fs --version) ``` Amazon Simple Storage Service File System V1.90 (commit:v1.90) with OpenSSL Copyright (C) 2010 Randy Rizun <rrizun@gmail.com> License GPL2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. ``` #### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) ``` Package: fuse Status: deinstall ok config-files Priority: optional Section: utils Installed-Size: 113 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Architecture: amd64 Version: 2.9.9-3 Config-Version: 2.9.9-3 Depends: libc6 (>= 2.28), libfuse2 (= 2.9.9-3), adduser, mount (>= 2.19.1), sed (>= 4) Conffiles: /etc/fuse.conf 298587592c8444196833f317def414f2 obsolete Description: Filesystem in Userspace Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations. Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org> Homepage: https://github.com/libfuse/libfuse/wiki ``` #### Kernel information (uname -r) 5.11.0-1028-aws #### GNU/Linux Distribution, if applicable (cat /etc/os-release) ``` NAME="Ubuntu" VERSION="20.04.3 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.3 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal ``` #### /etc/fstab entry, if applicable ``` s3fs#my-bucket-data /data fuse _netdev,allow_other,retries=1,iam_role=my-instance-role,default_acl=bucket-owner-full-control,use_cache=/tmp/cachem,use_sse=1,umask=0022,dbglevel=info 0 0 ``` #### s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs) ``` Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache/] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache/][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache/] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache_$folder$] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache_$folder$][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache_$folder$] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.cache/] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 200 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache/] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache/][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache/] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache_$folder$] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache_$folder$][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache_$folder$] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.cache/] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 200 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache][mode=0700] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache/] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache/][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache/] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache_$folder$] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache_$folder$][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache_$folder$] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.cache/] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 200 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache/] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache/][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache/] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache_$folder$] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache_$folder$][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache_$folder$] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.cache/] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 200 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache/] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache/][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache/] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache_$folder$] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache_$folder$][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache_$folder$] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.cache/] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 200 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache][mode=0700] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache/] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache/][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache/] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache_$folder$] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache_$folder$][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.cache_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.cache_$folder$] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.cache] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.cache/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.cache/] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 200 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.pam_environment] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.pam_environment] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.pam_environment][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.pam_environment Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.pam_environment Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.pam_environment] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.pam_environment/] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.pam_environment/][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.pam_environment/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.pam_environment/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.pam_environment/] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.pam_environment_$folder$] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.pam_environment_$folder$][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.pam_environment_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/.pam_environment_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/.pam_environment_$folder$] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/.pam_environment] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/.pam_environment] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/.pam_environment/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/.pam_environment/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/.pam_environment/] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 200 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder][mask=X_OK ] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: message repeated 2 times: [ [path=/some_user_folder][mask=X_OK ]] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/proc] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/proc] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc/] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc/][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/proc/] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc_$folder$] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc_$folder$][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/proc_$folder$] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/proc] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/proc/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/proc/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/proc/] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 200 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/data] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/data] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/data][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/data Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/data Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/data] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/data/] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/data/][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/data/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/data/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/data/] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/data_$folder$] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/data_$folder$][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/data_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/data_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/data_$folder$] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/data] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/data] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/data/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/data/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/data/] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 200 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/proc] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/proc] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc/] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc/][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/proc/] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc_$folder$] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc_$folder$][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/proc_%24folder%24 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/proc_$folder$] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/proc] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/proc] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/proc/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/proc/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/proc/] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 200 Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/etc] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/etc] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/etc][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/etc Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/etc Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/etc] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/etc/] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/etc/][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/etc/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/etc/ Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/etc/] [] [] Feb 2 23:54:13 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/etc_$folder$] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/etc_$folder$][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/etc_%24folder%24 Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/etc_%24folder%24 Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/etc_$folder$] [] [] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/etc] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/etc] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data?delimiter=/&max-keys=2&prefix=some_user_folder/etc/ Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/?delimiter=/&max-keys=2&prefix=some_user_folder/etc/ Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: computing signature [GET] [/] [delimiter=/&max-keys=2&prefix=some_user_folder/etc/] [] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: HTTP response code 200 Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/inbound] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/inbound] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/inbound][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/inbound Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/inbound Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/inbound] [] [] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: HTTP response code 404 was returned, returning ENOENT Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/inbound/] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: [tpath=/some_user_folder/inbound/][bpath=][save=][sseckeypos=18446744073709551615] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: URL is https://s3.amazonaws.com/my-bucket-data/some_user_folder/inbound/ Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: URL changed is https://s3.amazonaws.com/my-bucket-data/some_user_folder/inbound/ Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: computing signature [HEAD] [/some_user_folder/inbound/] [] [] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: url is https://s3.amazonaws.com Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: HTTP response code 200 Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: add stat cache entry[path=/some_user_folder/inbound/] Feb 2 23:54:14 ip-10-88-12-16 s3fs[506]: [path=/some_user_folder/inbound][mask=X_OK ] ``` ### Details about issue I am running an SFTP server that is chrooting users to `/data/user`. `/data` is the mount point for s3fs and `my-bucket`. My instance and the bucket are both in the us-east-1 region of AWS. When I attempt to connect to the sftp (`sftp user@endpoint`), after entering my password I have about a 12 second delay until I am able to see my directory (which currently has 0 files). This happens on any SFTP client. When I look at the logs, I notice that there are calls looking for directories that don't exist (nor have I specified them anywhere). For example: `.cache, .ssh, proc`, etc. When I created the users, I make sure to use a custom `/etc/skel2` which just creates a empty directory for the users home. Why are these files being looked for?
kerem closed this issue 2026-03-04 01:50:14 +03:00
Author
Owner

@ggtakec commented on GitHub (Feb 6, 2022):

If you use a bucket mounted with s3fs that doesn't have objects uploaded from anything other than s3fs, you can use the notsup_compat_dir option.
By granting this option, unnecessary communication can be eliminated.
However, specifying this option can result in unrecognized directories(middle paths to file objects) in s3fs.

Alternatively, you can reduce the traffic by specifying the enable_noobj_cache option.

See the description of the notsup_compat_dir and enable_noobj_cache options for more information.

<!-- gh-comment-id:1030829924 --> @ggtakec commented on GitHub (Feb 6, 2022): If you use a bucket mounted with s3fs that doesn't have objects uploaded from anything other than s3fs, you can use the `notsup_compat_dir` option. By granting this option, unnecessary communication can be eliminated. However, specifying this option can result in unrecognized directories(middle paths to file objects) in s3fs. Alternatively, you can reduce the traffic by specifying the `enable_noobj_cache` option. See the description of the `notsup_compat_dir` and `enable_noobj_cache` options for more information.
Author
Owner

@arukaen commented on GitHub (Feb 7, 2022):

If you use a bucket mounted with s3fs that doesn't have objects uploaded from anything other than s3fs, you can use the notsup_compat_dir option.

The bucket in question is currently empty. The plan is for this bucket/instance to replace an existing SFTP server. If I copy (aws s3 sync) from the old server to said bucket and have notsup_compat_dir on, what kinda issues can I run into?

<!-- gh-comment-id:1031503106 --> @arukaen commented on GitHub (Feb 7, 2022): > If you use a bucket mounted with s3fs that doesn't have objects uploaded from anything other than s3fs, you can use the notsup_compat_dir option. The bucket in question is currently empty. The plan is for this bucket/instance to replace an existing SFTP server. If I copy (aws s3 sync) from the old server to said bucket and have `notsup_compat_dir` on, what kinda issues can I run into?
Author
Owner

@CarstenGrohmann commented on GitHub (Feb 19, 2022):

Quote from #1892 - this may answer your question:

-o notsup_compat_dir (disable support of alternative directory names)
         s3fs  supports  the  three  different  naming schemas "dir/", "dir" and
         "dir_$folder$" to map directory names to S3 objects and vice versa.  As
         a  fourth variant, directories can be determined indirectly if there is
         a file object with a path (e.g. "/dir/file") but without the parent di‐
         rectory.

         S3fs  uses only the first schema "dir/" to create S3 objects for direc-
         tories.

         The support for these different naming schemas causes an increased com‐
         munication effort.

         If  all  applications  exclusively use the "dir/" naming scheme and the
         bucket does not contain any objects with  a  different  naming  scheme,
         this  option  can  be  used  to  disable support for alternative naming
         schemes. This reduces access time and can save costs.
<!-- gh-comment-id:1046056179 --> @CarstenGrohmann commented on GitHub (Feb 19, 2022): Quote from #1892 - this may answer your question: ``` -o notsup_compat_dir (disable support of alternative directory names) s3fs supports the three different naming schemas "dir/", "dir" and "dir_$folder$" to map directory names to S3 objects and vice versa. As a fourth variant, directories can be determined indirectly if there is a file object with a path (e.g. "/dir/file") but without the parent di‐ rectory. S3fs uses only the first schema "dir/" to create S3 objects for direc- tories. The support for these different naming schemas causes an increased com‐ munication effort. If all applications exclusively use the "dir/" naming scheme and the bucket does not contain any objects with a different naming scheme, this option can be used to disable support for alternative naming schemes. This reduces access time and can save costs. ```
Author
Owner

@ggtakec commented on GitHub (Feb 20, 2022):

The bucket in question is currently empty. The plan is for this bucket/instance to replace an existing SFTP server. If I copy (aws s3 sync) from the old server to said bucket and have notsup_compat_dir on, what kinda issues can I run into?

You may not be able to see the file containing the directory path(ex. <Mount point>/<dir>/file).
Since the above <dir> will not be recognized(<dir> does not exist as an S3 object), you will probably not be able to see the files under that directory path.

<!-- gh-comment-id:1046205690 --> @ggtakec commented on GitHub (Feb 20, 2022): > The bucket in question is currently empty. The plan is for this bucket/instance to replace an existing SFTP server. If I copy (aws s3 sync) from the old server to said bucket and have `notsup_compat_dir` on, what kinda issues can I run into? You may not be able to see the file containing the directory path(ex. `<Mount point>/<dir>/file`). Since the above `<dir>` will not be recognized(`<dir>` does not exist as an S3 object), you will probably not be able to see the files under that directory path.
Author
Owner

@arukaen commented on GitHub (Feb 23, 2022):

Thanks for the help!

<!-- gh-comment-id:1049157148 --> @arukaen commented on GitHub (Feb 23, 2022): Thanks for the help!
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#959
No description provided.