basavarg
d97094fb8d
Multi-support for ppc64le
2018-11-28 05:15:09 -06:00
Takeshi Nakatani
a92668ae78
Merge pull request #859 from gaul/upload-remove-batching
...
Upload S3 parts without batching
2018-11-18 22:27:20 +09:00
Andrew Gaul
88cd8feb05
Upload S3 parts without batching
...
Previously s3fs would issue a batch of uploads and wait for all to
succeed before issuing the next batch. Now it issues the first batch
and only waits for a single part to succeed before uploading the next
part. This can improve performance when one part lags due to network
errors. Fixes #183 .
2018-11-16 18:32:38 -08:00
Takeshi Nakatani
91c16f826a
Merge pull request #855 from gaul/readme/stackoverflow
...
Include StackOverflow in FAQs
2018-11-14 22:32:10 +09:00
Andrew Gaul
d4d60ff315
Include StackOverflow in FAQs
2018-11-13 22:19:17 -08:00
Takeshi Nakatani
e8033f96de
Merge pull request #853 from gaul/readme-tilde
...
Replace ~ with ${HOME} in examples
2018-11-11 11:47:44 +09:00
Takeshi Nakatani
5fba542a29
Merge pull request #852 from gaul/aws-credentials-file
...
Allow credentials from ${HOME}/.aws/credentials
2018-11-11 11:37:38 +09:00
Takeshi Nakatani
44de3ffa05
Merge pull request #851 from gaul/list-object-max-keys
...
Correctly compare list_object_max_keys
2018-11-11 11:26:31 +09:00
Takeshi Nakatani
2efa6df028
Merge pull request #849 from gaul/readme
...
Correct typo
2018-11-11 11:17:05 +09:00
Andrew Gaul
9e530c86ae
Allow credentials from ${HOME}/.aws/credentials
...
This matches the configuration from popular tools like AWS CLI and
allows multiple profile names via -o profile=name. The existing
credential mechanisms continue to work. Fixes #822 .
2018-11-04 17:47:07 -08:00
Andrew Gaul
95857733a1
Replace ~ with ${HOME} in examples
...
Several of these do not work since the shell does not replace ~ in the
middle of a token, e.g., -o passwd=~/.passwd . Replace all of them
for consistency. Fixes #836 .
2018-11-04 17:45:16 -08:00
Andrew Gaul
664f910083
Correctly compare list_object_max_keys
...
Previously this did not allow an argument. Fixes #843 .
References #793 .
2018-11-04 10:49:35 -08:00
Andrew Gaul
735e4b0848
Correct typo
2018-10-29 21:42:48 -07:00
Takeshi Nakatani
e8d76a6f58
Merge pull request #840 from juliogonzalez/macOS
...
Replace all mentions to MacOS X to macOS
2018-10-28 20:33:51 +09:00
Takeshi Nakatani
0a6926be54
Merge pull request #835 from juliogonzalez/generic-compilation
...
Make the compilation instructions generic
2018-10-28 20:00:21 +09:00
Julio Gonzalez Gil
830a971bde
Replace all mentions to MacOS X to macOS
2018-10-14 23:23:19 +02:00
Julio Gonzalez Gil
4779d14d7d
Make the compilation instructions generic
2018-10-08 22:27:01 +02:00
Takeshi Nakatani
8929a27a24
Merge pull request #834 from juliogonzalez/issue-improvements
...
Improve template for issues
2018-10-09 00:37:20 +09:00
Takeshi Nakatani
eea624c171
Merge pull request #833 from juliogonzalez/doc
...
New installation instructions for Fedora >= 27 and CentOS7
2018-10-09 00:05:36 +09:00
Takeshi Nakatani
cdaf4a9674
Merge branch 'master' into doc
2018-10-08 23:56:20 +09:00
Takeshi Nakatani
6fe92d5ed6
Merge pull request #832 from gaul/hex
...
Simplify hex conversion
2018-10-08 23:03:42 +09:00
Takeshi Nakatani
8649a68766
Merge pull request #831 from JoohnSF/onezone_ia_support
...
Add support for storage class ONEZONE_IA.
2018-10-08 22:57:12 +09:00
Takeshi Nakatani
af005b6e5e
Merge pull request #826 from juliogonzalez/centos-setup
...
For RPM distributions fuse-libs is enough
2018-10-08 22:50:29 +09:00
Julio Gonzalez Gil
b19d2ae78f
Improve template for issues
2018-10-07 01:20:10 +02:00
Julio Gonzalez Gil
5634f9bdcd
New installation instructions for Fedora >= 27 and CentOS7
2018-10-07 00:52:45 +02:00
Andrew Gaul
c703fa15c0
Simplify hex conversion
...
Addresses GCC 8 warning:
common_auth.cpp: In function ‘std::__cxx11::string s3fs_sha256sum(int, off_t, ssize_t)’:
common_auth.cpp:84:12: warning: ‘char* strncat(char*, const char*, size_t)’ output may be truncated copying 2 bytes from a string of length 2 [-Wstringop-truncation]
strncat(sha256, hexbuf, 2);
2018-10-01 19:08:27 -07:00
Jonatan Nilsson
d9c106cfde
Add support for storage class ONEZONE_IA.
2018-09-30 14:27:31 +02:00
Julio Gonzalez Gil
203f78fdae
For RPM distributions fuse-libs is enough
2018-09-23 19:35:17 +02:00
Takeshi Nakatani
c5af62b023
Merge pull request #820 from gaul/big-writes
...
Enable big writes if capable
2018-09-17 17:24:06 +09:00
Takeshi Nakatani
dcd70daf48
Merge pull request #819 from soulprovidr/master
...
#691 : Made instructions for creating password file more obvious.
2018-09-17 17:01:53 +09:00
Takeshi Nakatani
8263919b0e
Merge pull request #812 from mapreri/typo
...
Fix typo s/mutliple/multiple/
2018-09-17 16:52:48 +09:00
Takeshi Nakatani
97488e603f
Merge pull request #804 from DreamFlasher/patch-2
...
add Backblaze B2
2018-09-17 16:43:55 +09:00
Andrew Gaul
a85183d42c
Enable big writes if capable
...
Fixes #813 .
2018-09-10 22:21:51 -07:00
Shola Anozie
45b67b9604
#691 : Made instructions for creating password file more obvious.
2018-09-09 23:11:12 -05:00
Mattia Rizzolo
c376efdd28
Fix typo s/mutliple/multiple/
...
Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
2018-08-19 00:14:57 +02:00
Marcel Ackermann
4c5f510207
add Backblaze B2
...
this is relevant because Backblaze B2 is fairly popular and thus mentioning it helps s3fs
2018-07-17 13:49:31 +02:00
Takeshi Nakatani
06032aa661
Merge pull request #795 from ggtakec/master
...
Updated ChangeLog and configure.ac for release 1.84
2018-07-08 18:22:54 +09:00
Takeshi Nakatani
e8fb2aefb3
Updated ChangeLog and configure.ac for release 1.84
2018-07-08 09:06:52 +00:00
Takeshi Nakatani
3cb6c5e161
Merge pull request #793 from ggtakec/master
...
Added list_object_max_keys option based on #783 PR
2018-07-08 13:08:47 +09:00
Takeshi Nakatani
7e0c53dfe9
Added list_object_max_keys option based on #783 PR
2018-07-08 03:49:10 +00:00
Takeshi Nakatani
c2ca7e43b6
Merge pull request #789 from juliogonzalez/doc-opensuse-suse
...
Instructions for SUSE and openSUSE prebuilt packages
2018-07-08 11:42:05 +09:00
Takeshi Nakatani
ae47d5d349
Merge pull request #786 from ambiknai/log_enhancements
...
Log messages for 5xx and 4xx HTTP response code
2018-07-08 11:28:54 +09:00
root
35d3fce7a0
Review comment: Include the error code being returned
2018-07-06 05:14:32 -04:00
root
4177d8bd3b
Review comment: Include the error code being returned
2018-07-06 03:03:57 -04:00
root
ad5349a488
Changes as per review comments
2018-07-05 05:02:04 -04:00
Julio Gonzalez Gil
6b57a8c1fc
Instructions for SUSE and openSUSE prebuilt packages
2018-07-05 10:23:26 +02:00
root
92a4034c5e
Log messages for 5xx and 4xx HTTP response code
2018-07-04 03:50:45 -04:00
Takeshi Nakatani
3e4002df0d
Merge pull request #780 from wjt/initialize-libgcry
...
gnutls_auth: initialize libgcrypt
2018-06-24 12:48:08 +09:00
Takeshi Nakatani
1b9ec7f4fc
Merge pull request #774 from nkkashyap/master
...
Option for IAM authentication endpoint
2018-06-24 12:36:23 +09:00
Takeshi Nakatani
4a7c4a9e9d
Merge pull request #781 from ggtakec/master
...
Fixed an error by cppcheck on OSX
2018-06-24 12:22:35 +09:00