From 19abd9ffafd8450655de90cb5af5b09e7566dd71 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 1 Aug 2020 20:22:30 +0900 Subject: [PATCH] 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 --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index bea6fa8..1087b1e 100644 --- a/README.md +++ b/README.md @@ -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 ```