I am new to s3, object storage and linux. I have a CentOS linux server and an active subscription to public cloud for object storage. Now I want to connect and mount the cloud object storage to the linux server. I have installed fuse s3fs to the linux server, I have added the access and secret access key to the password file..but I am missing where I should set the endpoint. I know that by default it points to amazon's s3 but I want to use a different service and I cannot find where I should set the endpoint. Any help would be appreciated..thank you!
you can try running:
s3fs <_bucket_name_> <_local_mount_point_> -o nocopyapi -o use_path_request_style -o nomultipart -o sigv2 -o url=http://s3-api.sjc-us-geo.objectstorage.softlayer.net/ -d -f -o curldbg -of2 -o allow_other -o passwd_file=/etc/ibmcos.pwd
if that doesn't work for you, find out your endpoint url from the portal or look here: