Takeshi Nakatani
bad48ab59a
Merge pull request #671 from psyvision/master
...
Add support for ECS metadata endpoint
2017-11-19 14:43:06 +09:00
Richard Caunt
b95e4acaeb
Remove debug logging statements
2017-11-08 15:52:35 +00:00
Richard Caunt
c238701d09
Corrected ECS headers
2017-11-08 15:21:49 +00:00
Richard Caunt
60d2ac3c7a
Adding x-amz-security-token header
2017-11-08 15:09:59 +00:00
Richard Caunt
967ef4d56b
Corrected fat finger mistakes
2017-11-08 13:14:49 +00:00
Richard Caunt
ad57bdda6c
Corrected keycount check
2017-11-08 13:06:22 +00:00
Richard Caunt
a0b69d1d3d
Corrected keyval[].c_str()
2017-11-08 13:01:52 +00:00
Richard Caunt
5df94d7e33
Add debug messages
2017-11-08 09:50:39 +00:00
Richard Caunt
1cbe9fb7a3
Gotta pass that cppcheckgit add .
2017-11-07 21:41:51 +00:00
Richard Caunt
395f736753
Lower jsoncpp requirement
2017-11-07 21:38:01 +00:00
Richard Caunt
065516c5f3
Add jsoncpp to tavis config
2017-11-07 21:29:07 +00:00
Richard Caunt
8660abaea2
Use jsoncpp to parse AWS JSON
2017-11-07 21:20:02 +00:00
Richard Caunt
366f0705a0
ECS credentials bug fixes
2017-11-06 21:45:58 +00:00
Richard Caunt
ccea87ca68
Added check for is_ecs during get_access_keys
...
We need to presume that if `is_ecs` we are deferring access key loading
2017-11-06 11:02:27 +00:00
Richard Caunt
5d54883e2f
Remove commented out code
2017-11-05 19:25:34 +00:00
Richard Caunt
662f65c3c8
Add support for ECS metadata endpoint
2017-11-05 19:24:02 +00:00
Takeshi Nakatani
259f028490
Merge pull request #670 from ggtakec/master
...
Fixed a bug in S3fsCurl::LocateBundle
2017-11-05 20:37:12 +09:00
Takeshi Nakatani
5db550a298
Fixed a bug in S3fsCurl::LocateBundle
2017-11-05 11:26:05 +00:00
Takeshi Nakatani
e3c77d2906
Merge pull request #664 from orozery/auth_refactor
...
auth headers insertion refactoring
2017-11-05 15:14:40 +09:00
Takeshi Nakatani
ba00e79253
Merge pull request #668 from ggtakec/master
...
Changed .travis.yml for fixing not found gpg2 on osx
2017-11-05 14:47:41 +09:00
Takeshi Nakatani
c1791f920e
Changed .travis.yml for fixing not found gpg2 on osx
2017-11-05 05:32:41 +00:00
Takeshi Nakatani
df3803c7b7
Merge pull request #663 from gaul/orgmeta-lock
...
Lock FdEntity when mutating orgmeta
2017-11-05 13:53:14 +09:00
Or Ozeri
384b4cbafa
auth headers insertion refactoring
2017-10-30 11:52:58 +02:00
Andrew Gaul
40501a7a73
Lock FdEntity when mutating orgmeta
...
References #654 .
2017-10-23 22:41:42 -07:00
Takeshi Nakatani
ab89b4cd4a
Merge pull request #659 from ggtakec/master
...
Do not fail updating directory when removing old-style object(ref #658 )
2017-10-15 21:56:35 +09:00
Takeshi Nakatani
48e0d55c8e
Merge pull request #660 from s3fs-fuse/patch
...
Refixed s3fs_init message(ref #652 )
2017-10-15 16:01:45 +09:00
Takeshi Nakatani
1eba27a50a
Refixed s3fs_init message(ref #652 )
2017-10-15 06:45:19 +00:00
Takeshi Nakatani
41206fa0e2
Do not fail updating directory when removing old-style object(ref #658 )
2017-10-15 05:03:44 +00:00
Takeshi Nakatani
21cf1d64e5
Merge pull request #652 from jurafxp/fix-error
...
Fix s3fs_init message
2017-10-15 12:36:12 +09:00
jurafxp
ae91b6f673
Fix s3fs_init message
2017-10-01 00:08:00 +02:00
Takeshi Nakatani
f4515b5cfa
Merge pull request #646 from andrewgaul/s3proxy-pid
...
Simplify S3Proxy PID handling
2017-09-20 05:17:00 +09:00
Takeshi Nakatani
6c57cde7f9
Merge pull request #645 from andrewgaul/s3proxy-ssl
...
Configure S3Proxy for SSL
2017-09-19 21:39:32 +09:00
Andrew Gaul
5014c1827b
Simplify S3Proxy PID handling
...
Also remove log prefixing since newer S3Proxy versions do this
already. Finally remove unnecessary wait.
2017-09-17 20:19:56 -07:00
Andrew Gaul
f531e6aff2
Configure S3Proxy for SSL
...
This also demonstrates that SSL certificate checking occurs and the
tests must disable it for S3Proxy's self-signed certificate.
References #640 .
2017-09-17 16:16:18 -07:00
Takeshi Nakatani
c5c110137b
Merge pull request #644 from ggtakec/master
...
Fixed with unnecessary equal in POST uploads url argment - #643
2017-09-17 20:08:53 +09:00
Takeshi Nakatani
5957d9ead0
Fixed with unnecessary equal in POST uploads url argment - #643
2017-09-17 10:52:28 +00:00
Takeshi Nakatani
5675df2a44
Merge pull request #642 from ggtakec/master
...
Fixed potential atomic violation in S3fsCurl::AddUserAgent - #633
2017-09-17 18:40:34 +09:00
Takeshi Nakatani
00bc9142c4
Fixed potential atomic violation in S3fsCurl::AddUserAgent - #633
2017-09-17 09:16:05 +00:00
Takeshi Nakatani
5653ab39fc
Merge pull request #639 from andrewgaul/homebrew
...
Update Homebrew instructions
2017-09-17 15:43:03 +09:00
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
f214cb03b2
Update Homebrew instructions
...
These moved to homebrew-core:
https://github.com/Homebrew/homebrew-core/pull/11283
2017-09-12 18:58:19 -07: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