mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-17 17:55:12 +00:00
Merge pull request #185 from andrewgaul/typos
Correct obvious typos in usage and README
This commit is contained in:
commit
3056644969
2
README
2
README
@ -30,7 +30,7 @@ git clone git://github.com/s3fs-fuse/s3fs-fuse.git
|
|||||||
Go inside the directory that has been created (s3fs-fuse) and run: ./autogen.sh
|
Go inside the directory that has been created (s3fs-fuse) and run: ./autogen.sh
|
||||||
This will generate a number of scripts in the project directory, including a configure script which you should run with: ./configure
|
This will generate a number of scripts in the project directory, including a configure script which you should run with: ./configure
|
||||||
If configure succeeded, you can now run: make. If it didn't, make sure you meet the dependencies above.
|
If configure succeeded, you can now run: make. If it didn't, make sure you meet the dependencies above.
|
||||||
This should compile the code. If everything goes OK, you'll be greated with "ok!" at the end and you'll have a binary file called "s3fs"
|
This should compile the code. If everything goes OK, you'll be greeted with "ok!" at the end and you'll have a binary file called "s3fs"
|
||||||
in the src/ directory.
|
in the src/ directory.
|
||||||
|
|
||||||
As root (you can use su, su -, sudo) do: "make install" -this will copy the "s3fs" binary to /usr/local/bin.
|
As root (you can use su, su -, sudo) do: "make install" -this will copy the "s3fs" binary to /usr/local/bin.
|
||||||
|
@ -892,7 +892,7 @@ void show_help (void)
|
|||||||
" Customer-Provided Encryption Keys for uploading and changing\n"
|
" Customer-Provided Encryption Keys for uploading and changing\n"
|
||||||
" headers etc.\n"
|
" headers etc.\n"
|
||||||
" if there are some keys after first line, those are used\n"
|
" if there are some keys after first line, those are used\n"
|
||||||
" downloading object which are encripted by not first key.\n"
|
" downloading object which are encrypted by not first key.\n"
|
||||||
" so that, you can keep all SSE-C keys in file, that is SSE-C\n"
|
" so that, you can keep all SSE-C keys in file, that is SSE-C\n"
|
||||||
" key history.\n"
|
" key history.\n"
|
||||||
" if AWSSSECKEYS environment is set, you can set SSE-C key instead\n"
|
" if AWSSSECKEYS environment is set, you can set SSE-C key instead\n"
|
||||||
@ -969,7 +969,7 @@ void show_help (void)
|
|||||||
" - part size, in MB, for each multipart request.\n"
|
" - part size, in MB, for each multipart request.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" fd_page_size (default=\"52428800\"(50MB))\n"
|
" fd_page_size (default=\"52428800\"(50MB))\n"
|
||||||
" - number of internal management page size for each file discriptor.\n"
|
" - number of internal management page size for each file descriptor.\n"
|
||||||
" For delayed reading and writing by s3fs, s3fs manages pages which \n"
|
" For delayed reading and writing by s3fs, s3fs manages pages which \n"
|
||||||
" is separated from object. Each pages has a status that data is \n"
|
" is separated from object. Each pages has a status that data is \n"
|
||||||
" already loaded(or not loaded yet).\n"
|
" already loaded(or not loaded yet).\n"
|
||||||
@ -980,7 +980,7 @@ void show_help (void)
|
|||||||
" - sets the url to use to access amazon s3\n"
|
" - sets the url to use to access amazon s3\n"
|
||||||
"\n"
|
"\n"
|
||||||
" endpoint (default=\"us-east-1\")\n"
|
" endpoint (default=\"us-east-1\")\n"
|
||||||
" - sets the endpoint to use on signatue version 4\n"
|
" - sets the endpoint to use on signature version 4\n"
|
||||||
" If this option is not specified, s3fs uses \"us-east-1\" region as\n"
|
" If this option is not specified, s3fs uses \"us-east-1\" region as\n"
|
||||||
" the default. If the s3fs could not connect to the region specified\n"
|
" the default. If the s3fs could not connect to the region specified\n"
|
||||||
" by this option, s3fs could not run. But if you do not specify this\n"
|
" by this option, s3fs could not run. But if you do not specify this\n"
|
||||||
@ -997,7 +997,7 @@ void show_help (void)
|
|||||||
" If allow_other option is not set, s3fs allows access to the mount\n"
|
" If allow_other option is not set, s3fs allows access to the mount\n"
|
||||||
" point only to the owner. In the opposite case s3fs allows access\n"
|
" point only to the owner. In the opposite case s3fs allows access\n"
|
||||||
" to all users as the default. But if you set the allow_other with\n"
|
" to all users as the default. But if you set the allow_other with\n"
|
||||||
" this option, you can controll the permission permissions of the\n"
|
" this option, you can control the permissions of the\n"
|
||||||
" mount point by this option like umask.\n"
|
" mount point by this option like umask.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" nomultipart (disable multipart uploads)\n"
|
" nomultipart (disable multipart uploads)\n"
|
||||||
@ -1009,8 +1009,8 @@ void show_help (void)
|
|||||||
" - set the IAM Role that will supply the credentials from the \n"
|
" - set the IAM Role that will supply the credentials from the \n"
|
||||||
" instance meta-data.\n"
|
" instance meta-data.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" noxmlns (disable registing xml name space)\n"
|
" noxmlns (disable registering xml name space)\n"
|
||||||
" disable registing xml name space for response of \n"
|
" disable registering xml name space for response of \n"
|
||||||
" ListBucketResult and ListVersionsResult etc. Default name \n"
|
" ListBucketResult and ListVersionsResult etc. Default name \n"
|
||||||
" space is looked up from \"http://s3.amazonaws.com/doc/2006-03-01\".\n"
|
" space is looked up from \"http://s3.amazonaws.com/doc/2006-03-01\".\n"
|
||||||
" This option should not be specified now, because s3fs looks up\n"
|
" This option should not be specified now, because s3fs looks up\n"
|
||||||
@ -1030,7 +1030,7 @@ void show_help (void)
|
|||||||
" option does not use copy-api for all command(ex. chmod, chown,\n"
|
" option does not use copy-api for all command(ex. chmod, chown,\n"
|
||||||
" touch, mv, etc), but this option does not use copy-api for\n"
|
" touch, mv, etc), but this option does not use copy-api for\n"
|
||||||
" only rename command(ex. mv). If this option is specified with\n"
|
" only rename command(ex. mv). If this option is specified with\n"
|
||||||
" nocopapi, the s3fs ignores it.\n"
|
" nocopyapi, then s3fs ignores it.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" use_path_request_style (use legacy API calling style)\n"
|
" use_path_request_style (use legacy API calling style)\n"
|
||||||
" Enble compatibility with S3-like APIs which do not support\n"
|
" Enble compatibility with S3-like APIs which do not support\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user