Takeshi Nakatani
473dd7c940
Merge pull request #637 from andrewgaul/non-aws-s3
...
Add blurb about non-Amazon S3 implementations
2017-09-17 15:37:13 +09:00
Takeshi Nakatani
ee824d52ba
Merge pull request #638 from andrewgaul/readme-fixes
...
Minor fixes to README
2017-09-17 15:31:09 +09:00
Takeshi Nakatani
7c5fba9890
Merge pull request #636 from swt2c/macos_upload_failures
...
Fix intermittent upload failures on macOS
2017-09-17 15:23:48 +09:00
Andrew Gaul
416c51799b
Minor fixes to README
2017-09-12 18:44:27 -07:00
Andrew Gaul
cf6f665f03
Add blurb about non-Amazon S3 implementations
...
References #629 .
2017-09-12 18:09:56 -07:00
Scott Talbert
20da0e4dd3
Fix intermittent upload failures on macOS
...
There were multiple problems with the FdManager::GetFreeDiskSpace() function
on macOS:
1) When calling statvfs(), f_frsize should be used instead of f_bsize when
converting available blocks to bytes. This was causing the free space
calculation to be incorrect.
2) On macOS, fsblkcnt_t is a 32-bit integer. Thus, when calculating available
disk space, there were frequently overflows. This caused s3fs to incorrectly
determine that the cache location was out of space in the middle of a transfer
which caused uploads to fail. Changing this to a uint64_t resolves the
problem.
2017-09-08 15:23:10 -04:00
Takeshi Nakatani
fa8c417526
Merge pull request #631 from s3fs-fuse/macosx
...
Merged macosx branch into master branch #601
2017-08-12 00:13:10 +09:00
Takeshi Nakatani
2c65aec6c8
Merge pull request #630 from ggtakec/macosx
...
Added travis test on osx for #601
2017-08-11 23:46:51 +09:00
Takeshi Nakatani
96d8e6d823
Merge remote-tracking branch 'upstream/macosx' into macosx
2017-08-11 14:20:12 +00:00
Takeshi Nakatani
62b8084300
Added travis test on osx for #601
2017-08-11 14:09:43 +00:00
Takeshi Nakatani
907aff5de4
Merge pull request #627 from swordsreversed/master
...
Update README.md
2017-08-02 22:14:08 +09:00
swordsreversed
bc09129ec5
Update README.md
2017-08-01 10:20:46 +10:00
swordsreversed
cd94f638e2
Update README.md
...
Add fuse as a dependency!
2017-07-31 21:23:08 +10:00
Takeshi Nakatani
b1fe419870
Merge pull request #621 from andrewgaul/s3proxy
...
Upgrade to S3Proxy 1.5.3
2017-07-10 21:13:26 +09:00
Andrew Gaul
98b724391f
Upgrade to S3Proxy 1.5.3
...
Release notes:
https://github.com/andrewgaul/s3proxy/releases/tag/s3proxy-1.5.3
2017-07-09 22:41:39 -07:00
Takeshi Nakatani
620f6ec616
Merge pull request #611 from ggtakec/master
...
Fixed clock_gettime build failure on macOS 10.12 Sierra - #600
2017-05-28 19:15:45 +09:00
Takeshi Nakatani
0c6a3882a2
Fixed clock_gettime build failure on macOS 10.12 Sierra - #600
2017-05-28 10:04:25 +00:00
Takeshi Nakatani
a08880ae15
Merge pull request #608 from tlevi/chown_nocopy
...
Fix chown_nocopy losing existing uid/gid if unspecified
2017-05-28 18:36:08 +09:00
Takeshi Nakatani
f48826dfe9
Merge pull request #609 from tlevi/getgrgid_r
...
Group permission checks sometimes fail with large number of groups
2017-05-27 11:02:18 +09:00
Takeshi Nakatani
9c3551478e
Merge pull request #606 from andrewgaul/homebrew
...
Add Homebrew instructions
2017-05-27 11:01:01 +09:00
Tony Levi
cc94e1da26
Fix chown_nocopy losing existing uid/gid if unspecified
2017-05-25 16:53:08 +09:30
Tony Levi
2b7ea5813c
Expand buffer for group information if too small and retry
2017-05-23 10:42:43 +09:30
Andrew Gaul
185192be67
Add Homebrew instructions
2017-05-22 10:12:22 -07:00
Takeshi Nakatani
ae4caa96a0
Merge pull request #598 from ggtakec/master
...
Updated ChangeLog and configure.ac for release 1.82
2017-05-14 01:25:34 +09:00
Takeshi Nakatani
af13ae82c1
Updated ChangeLog and configure.ac for release 1.82
2017-05-13 16:12:46 +00:00
Takeshi Nakatani
13503c063b
Merge pull request #597 from ggtakec/master
...
Not fallback to HTTP - #596
2017-05-14 01:01:36 +09:00
Takeshi Nakatani
337da59368
Not fallback to HTTP - #596
2017-05-13 15:47:39 +00:00
Takeshi Nakatani
b0681246b9
Merge pull request #595 from ggtakec/master
...
Updated ChangeLog and configure.ac for release 1.81
2017-05-13 20:12:47 +09:00
Takeshi Nakatani
52853f6b47
Updated ChangeLog and configure.ac for release 1.81
2017-05-13 11:02:54 +00:00
Takeshi Nakatani
f6eb841a24
Updated ChangeLog and configure.ac for release 1.81
2017-05-13 10:54:54 +00:00
Takeshi Nakatani
caea087aec
Merge pull request #594 from ggtakec/master
...
Check bucket at public bucket and add nocopyapi option automatically
2017-05-13 17:01:21 +09:00
Takeshi Nakatani
d2ae14d8b7
Check bucket at public bucket and add nocopyapi option automatically
2017-05-13 07:48:50 +00:00
Takeshi Nakatani
7115835834
Check bucket at public bucket and add nocopyapi option automatically
2017-05-13 07:35:55 +00:00
Takeshi Nakatani
551c6acf67
Merge pull request #593 from ggtakec/master
...
Backward compatible for changing default transport to HTTPS
2017-05-13 16:09:22 +09:00
Takeshi Nakatani
24df69f688
Backward compatible for changing default transport to HTTPS
2017-05-13 06:47:51 +00:00
Takeshi Nakatani
23a10dd644
Merge pull request #590 from ggtakec/master
...
Updated man page for default_acl option - #567
2017-05-09 23:29:04 +09:00
Takeshi Nakatani
034042f511
Updated man page for default_acl option - #567
2017-05-09 14:18:19 +00:00
Takeshi Nakatani
465c15ef40
Merge pull request #588 from andrewgaul/https
...
Default transport to HTTPS
2017-05-09 23:04:57 +09:00
Takeshi Nakatani
a22675bafd
Merge pull request #567 from andrewgaul/default-acl
...
Do not send ACL unless overridden
2017-05-09 23:03:27 +09:00
Andrew Gaul
0e0ae38f6d
Default transport to HTTPS
...
This protects private data when used over the public Internet. Users
can opt-in to unencrypted HTTP if they need additional performance on
a local network. Fixes #282 .
2017-05-07 10:59:54 -07:00
Andrew Gaul
7b30d5d15b
Do not send canned ACL header when empty string
...
Some providers such as StorageGRID do not support canned ACLs.
Setting to empty allows callers to omit the header. References #125 .
2017-05-07 10:52:31 -07:00
Takeshi Nakatani
4a5c9bef89
Merge pull request #587 from ggtakec/master
...
Changed copyright year format for debian pkg
2017-05-07 20:33:38 +09:00
Takeshi Nakatani
9d10a5aa70
Changed copyright year format for debian pkg
2017-05-07 11:24:17 +00:00
Takeshi Nakatani
107757f11d
Merge pull request #585 from ggtakec/master
...
Fixed failure to upload/copy with SSE_C and SSE_KMS
2017-05-07 18:56:17 +09:00
Takeshi Nakatani
a12e0d5ec4
Fixed failure to upload/copy with SSE_C and SSE_KMS
2017-05-07 09:29:08 +00:00
Takeshi Nakatani
42cdcbc2dc
Merge pull request #583 from ggtakec/master
...
Updated limit object size in s3fs man page
2017-05-06 13:51:01 +09:00
Takeshi Nakatani
eef549dac7
Updated limit object size in s3fs man page
2017-05-06 04:34:07 +00:00
Takeshi Nakatani
c8ee132813
Merge pull request #582 from ggtakec/master
...
Check errors returned in 200 OK responses for put header request
2017-05-06 11:28:51 +09:00
Takeshi Nakatani
d07c3f38b7
Check errors returned in 200 OK responses for put header request
2017-05-06 02:15:53 +00:00
Takeshi Nakatani
73da168b93
Merge pull request #580 from ggtakec/master
...
Enhanced bucket/path parameter check
2017-05-06 05:13:05 +09:00