Merge pull request #1348 from gaul/readme/ibm

Move IBM information to Non Amazon S3 wiki page
This commit is contained in:
Takeshi Nakatani 2020-08-03 00:55:11 +09:00 committed by GitHub
commit e2fbcb4d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```