Hi everyone,

I’ve noticed that when I create a file in the mounted directory, it gets uploaded twice. I came across this GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/427, which basically says this is the intended behavior.

Is there any way to avoid this? I’m concerned because this effectively doubles the cost of storing files.

Here’s what my /etc/fstab entry looks like:

s3fs#nextcloud101 /mnt/nextcloud101 fuse _netdev,passwd_file=/etc/passwd-s3fs,url=https://s3.eu-central-003.backblazeb2.com/ 0 0

For context, I’ll be using this with Nextcloud.

What’s the best way to deal with this?

Thanks in advance!