From d5113c0501295eae3f31d2cb2507169fbcf378a2 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Tue, 3 Jun 2014 14:45:39 +0000 Subject: [PATCH] Added explanation in man page for support for path API request style. --- doc/man/s3fs.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/man/s3fs.1 b/doc/man/s3fs.1 index fc9ffa8..3f7328b 100644 --- a/doc/man/s3fs.1 +++ b/doc/man/s3fs.1 @@ -171,6 +171,9 @@ If you set this option, s3fs do not use PUT with "x-amz-copy-source"(copy api). For a distributed object storage which is compatibility S3 API without PUT(copy api). This option is a subset of nocopyapi option. The nocopyapi option does not use copy-api for all command(ex. chmod, chown, touch, mv, etc), but this option does not use copy-api for only rename command(ex. mv). If this option is specified with nocopapi, the s3fs ignores it. +.TP +\fB\-o\fR use_path_request_style (use legacy API calling style) +Enble compatibility with S3-like APIs which do not support the virtual-host request style, by using the older path request style. .SH FUSE/MOUNT OPTIONS .TP Most of the generic mount options described in 'man mount' are supported (ro, rw, suid, nosuid, dev, nodev, exec, noexec, atime, noatime, sync async, dirsync). Filesystems are mounted with '-onodev,nosuid' by default, which can only be overridden by a privileged user.