I'm using the following line in /etc/fstab
to mount an Amazon Web Services S3 bucket on boot.
s3fs#codesurfer-fs:/s3-drive /shares/private-synced fuse _netdev,allow_other,passwd_file=/home/mkay/.passwd-s3fs,use_cache=/tmp/s3-cache,uid=1000,gid=1000,umask=0022 0 0
Everything worked till the other day, when I upgraded from 18.04 to 20.04.
Now the S3 bucket doesn't mount at boot, but once the system booted, if I launch the command sudo mount -a
the bucket is mounting correctly.
Any advice?