macosx load bucket s3 at boot

0

i don't arrive to load bucket s3 at login or boot , i tried with fstab or launchctl but nothing error input/output here the code , compiled by vifs

s3fs#deposito-red /users/oscarristolfi/s3fs fuse -o netdev,allow_other,use_cache=/tmp,passwd_file=/users/oscarristolfi/.passwd-s3fs

profile picture
asked a month ago109 views
1 Answer
0

Hi, you may look into using Mountpoint for S3. It wouldn't support all filesystem operations, but I would suggest looking into it and see if it fits your use case. You could use this method to mount automatically at boot: https://github.com/awslabs/mountpoint-s3/blob/main/doc/CONFIGURATION.md#automatically-mounting-an-s3-bucket-at-boot

psp
answered a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions