From 2818f23ba51f302409818055e737838729083c28 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Thu, 23 Nov 2017 12:21:56 +0000 Subject: [PATCH] Added option ecs description to man page --- doc/man/s3fs.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/man/s3fs.1 b/doc/man/s3fs.1 index 278d7e9..fec888c 100644 --- a/doc/man/s3fs.1 +++ b/doc/man/s3fs.1 @@ -216,6 +216,9 @@ Enable to send "Content-MD5" header when uploading a object without multipart po If this option is enabled, it has some influences on a performance of s3fs when uploading small object. Because s3fs always checks MD5 when uploading large object, this option does not affect on large object. .TP +\fB\-o\fR ecs ( default is disable ) +This option instructs s3fs to query the ECS container credential metadata address instead of the instance metadata address. +.TP \fB\-o\fR iam_role ( default is no IAM role ) This option requires the IAM role name or "auto". If you specify "auto", s3fs will automatically use the IAM role names that are set to an instance. If you specify this option without any argument, it is the same as that you have specified the "auto". .TP