Merge pull request #861 from mcgitty/patch-1

Add 'profile' option to command line help.
This commit is contained in:
Takeshi Nakatani 2018-11-29 20:15:01 +09:00 committed by GitHub
commit da997de918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1104,6 +1104,11 @@ void show_help (void)
" If you specify this option for set \"Content-Encoding\" HTTP \n"
" header, please take care for RFC 2616.\n"
"\n"
" profile (default=\"default\")\n"
" - Choose a profile from ${HOME}/.aws/credentials to authenticate\n"
" against S3. Note that this format matches the AWS CLI format and\n"
" differs from the s3fs passwd format.\n"
"\n"
" connect_timeout (default=\"300\" seconds)\n"
" - time to wait for connection before giving up\n"
"\n"