Taro Sato
|
bdb9d59e46
|
Update response headers with response_dict from key; add tests
|
2016-09-20 15:42:21 -07:00 |
|
Steve Pulec
|
fca0d3885b
|
Merge pull request #698 from SpoonMeiser/fix-trailing-slash
Stop stripping the trailing slash off keys listed from s3 buckets
|
2016-09-13 21:57:03 -04:00 |
|
Oliver Jeeves
|
b297b1410c
|
Stop stripping the trailing slash off keys listed from s3 buckets
fixes #684
|
2016-09-13 12:21:22 +01:00 |
|
imran
|
478e791c39
|
Fix unicode S3 key listing in Python 2
|
2016-09-04 04:31:03 +06:00 |
|
Jesse Szwedko
|
ef10df0636
|
Update format of S3 client errors
To match
http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses
which documents that it should be at the top level rather than nested
under `Errors`.
|
2016-07-08 19:32:34 +00:00 |
|
Steve Pulec
|
bd7327fca2
|
Fix issues around S3 deletion. Closes #606.
|
2016-05-08 17:14:35 -04:00 |
|
Steve Pulec
|
79addb8926
|
Add S3 functionality to copy range. Closes #526.
|
2016-05-05 22:52:12 -04:00 |
|
Steve Pulec
|
0a10b2f738
|
Fix issues with unicode and slashes for S3. Closes #521.
|
2016-05-01 22:03:52 -04:00 |
|
Dan Felix
|
ebb00a3bfe
|
Test key head version_id support using boto3's head_object.
|
2016-04-28 13:17:33 -07:00 |
|
George Leslie-Waksman
|
0ed7d1bb71
|
Add support for src_version_id to bucket copy_key op.
|
2016-04-27 17:08:44 -07:00 |
|
Steve Pulec
|
0df03ba409
|
cleanup code.
|
2015-11-27 14:43:03 -05:00 |
|
Steve Pulec
|
c38731ecbb
|
Add ACL support for S3 buckets.
|
2015-11-11 20:26:29 -05:00 |
|
Steve Pulec
|
18d63a6cfe
|
Add basics of S# website configuration. Closes #442.
|
2015-11-04 18:55:41 -05:00 |
|
Mike Kaplinskiy
|
131d44f0ad
|
Add S3 ACL supprt.
|
2015-10-07 00:14:37 -07:00 |
|
Adam DePue
|
a6c6edbca4
|
Add more boto3 s3 tests
|
2015-08-13 21:18:25 +00:00 |
|
Steve Pulec
|
323f720cb5
|
Fix S3 bucket policy delete. Closes #396.
|
2015-08-07 22:43:24 -04:00 |
|
Steve Pulec
|
dd092fa9dc
|
Fix s3 py3 test for unicode.
|
2015-08-02 09:59:16 -04:00 |
|
Steve Pulec
|
ff8dd7530d
|
Add boto3 s3 test.
|
2015-08-02 09:54:23 -04:00 |
|
Simon-Pierre Gingras
|
dc0557205d
|
S3: Bucket policy
|
2015-07-23 17:33:52 -04:00 |
|
MurphyMarkW
|
5b9c874a23
|
Ensures all tests compare using bytes / bytearrays in 3.x.
|
2015-06-30 13:02:38 -05:00 |
|
MurphyMarkW
|
0fcbdd52e0
|
Adds / moves around tests for different ranges.
|
2015-06-30 02:08:45 -05:00 |
|
MurphyMarkW
|
10c3a37613
|
Adds test for explicit last-byte-pos > length.
|
2015-06-30 00:27:10 -05:00 |
|
MurphyMarkW
|
f64d0b99ac
|
Tests for last-byte-pos behavior.
|
2015-06-29 20:26:00 -05:00 |
|
Steve Pulec
|
5ee1525cd8
|
Fix S3 missing key error. Closes #364.
|
2015-06-27 17:56:37 -04:00 |
|
Steve Pulec
|
b296294086
|
Add missing test from previous commit.
|
2015-06-02 23:13:51 -04:00 |
|
Steve Pulec
|
bf32bdc042
|
Merge pull request #326 from jraby/patch-2
Add test_multipart_duplicate_upload
|
2015-03-05 19:30:40 -05:00 |
|
Steve Pulec
|
3ac97318e1
|
Fix etag for reduced min part size.
|
2015-03-05 19:05:06 -05:00 |
|
jraby
|
4a14d8d3b3
|
Add test_multipart_duplicate_upload
Test to make sure we do not duplicate data when uploading the same part twice
|
2015-02-27 18:48:51 -05:00 |
|
jraby
|
5ba8421242
|
Fix reduced_min_part_size so that tests run
|
2015-02-27 18:42:37 -05:00 |
|
John Lynn
|
19d12d3bc3
|
Add failing test for bucket versioning
|
2015-02-22 22:22:32 +07:00 |
|
Steve Pulec
|
53a6d2466b
|
Merge pull request #298 from kouk/ranged_get
support ranged get in S3
|
2015-02-14 08:35:23 -05:00 |
|
Konstantinos Koukopoulos
|
b2904fe849
|
add byte specifier for py3
|
2015-02-11 11:08:00 +02:00 |
|
Konstantinos Koukopoulos
|
297c730932
|
speed up multipart tests by temporarily reducing min part size
|
2015-02-11 11:05:26 +02:00 |
|
Konstantinos Koukopoulos
|
e1163e5223
|
fix some boundary conditions
|
2015-02-10 19:43:24 +02:00 |
|
Konstantinos Koukopoulos
|
261328d449
|
set content-range header so boto knows this is a ranged response
|
2015-02-10 19:15:10 +02:00 |
|
Konstantinos Koukopoulos
|
418a6a118e
|
return proper status codes in range get, fix suffix range
|
2015-02-10 19:14:47 +02:00 |
|
Konstantinos Koukopoulos
|
9efd12c43c
|
support more range specifiers in ranged gets
|
2015-02-10 17:55:44 +02:00 |
|
Konstantinos Koukopoulos
|
27a022f695
|
fix field names for py26 in s3 test
|
2015-02-10 17:31:40 +02:00 |
|
Konstantinos Koukopoulos
|
dbf1e64d44
|
support ranged get in S3
|
2015-02-10 17:28:18 +02:00 |
|
Konstantinos Koukopoulos
|
8ad39449be
|
add a test for completing an upload with an invalid part order
|
2015-02-10 16:55:32 +02:00 |
|
Konstantinos Koukopoulos
|
4ef484d908
|
add test for uploading parts out of order in S3 multipart upload
|
2015-02-10 16:42:50 +02:00 |
|
Jeff Balogh
|
c7bf6ffc91
|
Folder results should include the delimiter.
|
2015-01-29 09:20:40 -08:00 |
|
Steve Pulec
|
4ab3b318eb
|
Add S3 location response. Closes #279.
|
2014-12-10 20:44:00 -05:00 |
|
Steve Pulec
|
a2e56afef8
|
Add special S3 bucket create logic for us-east-1. Closes #273.
|
2014-12-10 20:20:51 -05:00 |
|
Steve Pulec
|
3a82f089a2
|
Cleanup metadata setting and add fix for multipart uploads. Closes #274.
|
2014-12-07 12:43:14 -05:00 |
|
Steve Pulec
|
1a015d0e39
|
Cleanup some incorrect date formats.
|
2014-11-29 23:34:40 -05:00 |
|
Steve Pulec
|
e88e3d5372
|
S3 Fixes for special metadata headers.
|
2014-11-27 10:43:10 -05:00 |
|
Steve Pulec
|
ad80eba311
|
Decode S3 value manually instead of using new boto feature.
|
2014-11-22 10:42:43 -05:00 |
|
Steve Pulec
|
9024066957
|
Fixes for some S3 Unicode issues. Closes #158.
|
2014-11-22 10:19:56 -05:00 |
|
Steve Pulec
|
8d6868f9d3
|
For S3 Key Head requests, just return the real body for now so that key length works. Closes #131.
|
2014-11-19 21:06:23 -05:00 |
|