14ce061215
Add .mailmap
...
This cleans up git shortlog output.
2015-04-27 11:17:39 -07:00
3701f1c16b
Merge pull request #171 from pabigot/mixedcase
...
Support buckets with mixed-case names
2015-04-21 02:06:07 +09:00
92fcee824b
curl: use pathrequeststyle option when constructing Host endpoint
...
Buckets with mixed-case names can't be accessed with the virtual-hosted
style API due to DNS limitations. S3FS has an option for
pathrequeststyle which is used for the URL, but it was not applied when
building the endpoint passed through the Host header. Fix this, and
relax the validation on bucket names when using this style.
See: http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro
Signed-off-by: Peter A. Bigot <pab@pabigot.com >
2015-04-19 08:31:40 -05:00
00f8e1d0ba
Merge pull request #170 from s3fs-fuse/issue/#157
...
Reviewed and fixed response codes print in curl.cpp - #157
2015-04-18 23:37:28 +09:00
43191eea53
Added cache apt in travis.yml
2015-04-18 13:45:58 +00:00
490ed8f689
Reviewed and fixed response codes print in curl.cpp - #157
2015-04-18 13:32:04 +00:00
30152284cc
Merge pull request #168 from kahing/fix-v4-host-endpoint
...
switch to use region specific endpoints to compute correct v4 signature
2015-04-18 18:02:45 +09:00
70097709b2
switch to use region specific endpoints to compute correct v4 signature
...
fix #133
2015-04-14 16:25:17 -07:00
07e007052a
Merge pull request #167 from s3fs-fuse/timeoutbranch
...
Increased default connecting/reading/writing timeout value
2015-04-12 11:18:52 +09:00
bd27294ab0
Increased default connecting/reading/writing timeout value
2015-04-12 02:04:13 +00:00
5e5c20757b
Merge pull request #165 from kahing/auth_v4_refactor
...
Auth v4 refactor
2015-04-12 08:13:25 +09:00
6231ae208a
Merge pull request #164 from kahing/fix_v4_signing_host
...
send the correct Host header when using -o url
2015-04-12 08:12:51 +09:00
42a4f5fd95
Merge pull request #159 from andrewgaul/s3proxy-1.4.0
...
Upgrade to S3Proxy 1.4.0
2015-04-12 08:05:49 +09:00
6e0a302f7d
refactor sigv4 to reduce code duplication
2015-04-09 15:11:59 -07:00
98af055d8b
send the correct Host header when using -o url
...
fixes #161
2015-04-09 13:53:50 -07:00
fa5c7ff4df
Upgrade to S3Proxy 1.4.0
...
Release notes:
https://github.com/andrewgaul/s3proxy/releases/tag/s3proxy-1.4.0
2015-03-29 23:59:39 -07:00
d7327df885
Merge pull request #156 from s3fs-fuse/issue/#126
...
Fixed a bug about ssl session sharing with libcurl older 7.23.0 - issue#126
2015-03-21 16:19:58 +09:00
0f13c8fe97
Fixed a bug about ssl session sharing with libcurl older 7.23.0 - issue/#126
2015-03-21 07:04:20 +00:00
44d740080b
Merge pull request #155 from s3fs-fuse/bugfix
...
Fixed a bug: unable to mount bucket subdirectory
2015-03-21 13:39:19 +09:00
2fc3a4e91e
Fixed a bug: unable to mount bucket subdirectory
2015-03-21 04:31:59 +00:00
66e0233410
Merge pull request #154 from s3fs-fuse/issue#149
...
Fixed url-encoding for ampersand etc on sigv4 - Improvement/#149
2015-03-21 11:32:08 +09:00
a04bec85b2
Fixed url-encoding for ampersand etc on sigv4 - Improvement/#149
2015-03-21 02:11:55 +00:00
f861b11a91
Merge pull request #147 from andrewgaul/s3proxy-snapshot
...
Use S3Proxy 1.4.0-SNAPSHOT
2015-03-11 01:41:58 +09:00
37f9bbd231
Merge pull request #146 from kahing/exit_handler_for_test
...
add exit handler to cleanup on failures
2015-03-11 01:41:42 +09:00
af004576f1
Merge pull request #150 from s3fs-fuse/fixbug
...
Fixed a bug not handling fsync - #145
2015-03-11 01:29:17 +09:00
26453c4874
Fixed a bug not handling fsync.
2015-03-10 16:18:03 +00:00
4e18bf0bc2
Use S3Proxy 1.4.0-SNAPSHOT
2015-03-09 18:05:14 -07:00
7c298e94f5
add exit handler to cleanup on failures
...
and other changes that make debugging easier
2015-03-09 15:56:38 -07:00
761d2399f2
Merge pull request #144 from andrewgaul/travis
...
Add Travis configuration
2015-03-10 01:37:50 +09:00
1210cf8c6c
Add Travis configuration
2015-03-09 03:57:39 -07:00
524e005b5c
Merge pull request #143 from s3fs-fuse/issue#141
...
Fixed a bug no use_cache case about fixed #138 - issue#141
2015-03-09 01:43:57 +09:00
d06b6d7d41
Fixed a bug no use_cache case about fixed #138 - issue#141
2015-03-08 16:41:14 +00:00
e66e5d1dfc
Merge pull request #138 from s3fs-fuse/issue#97
...
Fixed bugs, not turn use_cache off and ty to load to end - issue#97
2015-03-04 17:52:22 +09:00
114966e7c0
Fixed bugs, not turn use_cache off and ty to load to end - issue#97
2015-03-04 08:48:37 +00:00
d2246297bd
Merge pull request #137 from andrewgaul/integration-test-mpu
...
Add test for multi-part upload
2015-03-04 12:21:22 +09:00
8ec5decbce
Merge pull request #136 from andrewgaul/integration-test-fixups
...
Small fixes to integration tests
2015-03-04 12:20:17 +09:00
0f7d77d599
Small fixes to integration tests
...
Use S3Proxy pid instead of self pid, ensure correct passwd
permissions, and use fusermount instead of umount so that non-root can
run tests.
2015-03-03 01:42:03 -08:00
699e3b3d79
Add test for multi-part upload
2015-03-02 17:17:30 -08:00
2f8ad7ace8
Merge pull request #135 from andrewgaul/mpu-v4
...
Correct V4 signature for initiate multipart upload
2015-03-01 22:57:10 +09:00
6b6567ec9b
Merge pull request #134 from andrewgaul/mpu-v2
...
Include Content-Type in complete MPU V2 signature
2015-03-01 22:50:54 +09:00
c8c71650eb
Merge pull request #131 from kahing/test-ls
...
Test ls
2015-03-01 22:47:55 +09:00
a07e804f57
Include Content-Type in complete MPU V2 signature
...
Previously this failed with SignatureDoesNotMatch since the headers
included it but the signature did not. Fixes #125 .
2015-02-28 18:03:21 -08:00
e9656810e3
Correct V4 signature for initiate multipart upload
...
Query parameters need a trailing = for V4 signatures. Send correct
content-sha256 although Amazon does not seem to enforce this for
zero-length bodies. Finally remove a stale comment. Fixes #133 .
2015-02-28 17:50:06 -08:00
4ee32d7559
test ls after creating files and dirs
2015-02-27 10:55:25 -08:00
53083202ba
Merge pull request #132 from andrewgaul/s3proxy-integration-test
...
Use S3Proxy to run integration tests
2015-02-27 00:17:46 +09:00
574a48f81f
Merge pull request #130 from kahing/refactor-integration-test
...
refactor integration tests create/cleanup file
2015-02-27 00:06:23 +09:00
1b1cf2d4bd
Merge pull request #124 from timuralp/bug/fix_fallback_v2
...
Fallback to v2 signatures correctly.
2015-02-27 00:02:12 +09:00
e811ae1104
Use s3proxy to run integration tests
...
References #129 .
2015-02-24 12:08:22 -08:00
d65bf4128d
refactor integration tests create/cleanup file
2015-02-23 12:08:14 -08:00
be5735edb8
Fallback to v2 signatures correctly.
...
Missing parameter to SetSignatureV4() call in the fallback code path
results in not actually falling back.
2015-02-16 17:35:09 -08:00