Move IBM information to Non Amazon S3 wiki page

This gives consistency with other providers:

https://github.com/s3fs-fuse/s3fs-fuse/wiki/Non-Amazon-S3
This commit is contained in:
Andrew Gaul 2020-08-01 20:22:30 +09:00
parent 63bbb47378
commit 19abd9ffaf
1 changed files with 0 additions and 8 deletions

View File

@ -132,14 +132,6 @@ or(fstab)
mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other,use_path_request_style,url=https://url.to.s3/ 0 0
```
To use IBM IAM Authentication, use the `-o ibm_iam_auth` option, and specify the Service Instance ID and API Key in your credentials file:
```
echo SERVICEINSTANCEID:APIKEY > /path/to/passwd
```
The Service Instance ID is only required when using the `-o create_bucket` option.
Note: You may also want to create the global credential file first
```