Konstantinos Koukopoulos
|
c68a1d3e9d
|
support x-amz-copy-source in multipart uploads
|
2014-03-21 17:33:51 +02:00 |
|
Steve Pulec
|
60cd79c6e2
|
S3 Mock should return an HTTP 409 if trying to create a bucket that
already exists. Closes #94.
|
2014-03-16 21:25:54 -04:00 |
|
Konstantinos Koukopoulos
|
3846c46990
|
replace literal ints with constants
|
2013-11-15 11:53:39 +02:00 |
|
Konstantinos Koukopoulos
|
bdf5a9e26b
|
convert to bytes for python 2.6
|
2013-11-14 17:47:03 +02:00 |
|
Konstantinos Koukopoulos
|
3628e40f3c
|
Merge remote-tracking branch 'spulec/master'
Conflicts:
moto/s3/responses.py
|
2013-11-14 17:17:35 +02:00 |
|
Mike Attili
|
d9862aaa65
|
Correct size check on multipart uploads. All parts except last must be > 5MB
|
2013-11-07 17:09:53 -05:00 |
|
Steve Pulec
|
3bddbb4af3
|
Test out py26 with new HTTPretty
|
2013-10-03 20:34:13 -04:00 |
|
Konstantinos Koukopoulos
|
b1d59c7e17
|
support cancelling of multipart upload
|
2013-09-30 18:36:25 +03:00 |
|
Konstantinos Koukopoulos
|
e49006c723
|
remove pdb
|
2013-09-30 16:36:51 +03:00 |
|
Konstantinos Koukopoulos
|
8f47355493
|
remove plus from id (for real this time)
|
2013-09-30 14:50:23 +03:00 |
|
Konstantinos Koukopoulos
|
3630b3c21a
|
remove plus sign from id because it doesn't get parsed correctly in query string
|
2013-09-30 12:10:35 +03:00 |
|
Konstantinos Koukopoulos
|
9746e72e1d
|
implement list parts
|
2013-09-30 12:09:35 +03:00 |
|
Konstantinos Koukopoulos
|
f25caa872d
|
Merge branch 'master' of github.com:spulec/moto
Conflicts:
moto/s3/models.py
moto/s3/responses.py
|
2013-09-30 11:02:25 +03:00 |
|
Steve Pulec
|
b8957e0c6e
|
Stop using deprecated md5, switch to hashlib. Closes #36
|
2013-07-08 12:46:36 -04:00 |
|
Steve Pulec
|
212d9c7abe
|
core sts endpoints completed
|
2013-05-24 17:22:34 -04:00 |
|
Steve Pulec
|
3bc975188f
|
more s3 tests for posting
|
2013-05-17 19:41:39 -04:00 |
|
Dan Berglund
|
3880be5ea9
|
Added support for metadata on files, and support for POST:ing files to S3
|
2013-05-17 09:59:04 +02:00 |
|
Steve Pulec
|
4c8244b755
|
Clean up code for listing s3 keys. Fix #14.
|
2013-05-07 00:03:05 -04:00 |
|
Steve Pulec
|
caf73557cd
|
Fix issue with large S3 values. Closes #11.
|
2013-05-06 23:33:59 -04:00 |
|
Steve Pulec
|
be26daaff4
|
Fix S3 bucket list objects order and delimiters. Closes #14.
|
2013-04-13 19:23:32 -04:00 |
|
Steve Pulec
|
98d7a50790
|
Unquote s3 key names. Closes #13.
|
2013-04-13 19:00:37 -04:00 |
|
Steve Pulec
|
b7c46ae7bf
|
fix S3 last_modified. Closes #8
|
2013-03-29 17:45:33 -04:00 |
|
Lucian Branescu Mihaila
|
5854219a4c
|
Upload part and complete upload. Somehow, boto doesn't like output I send it, even though it's copy-pasted from its own logs.
|
2013-03-26 15:50:18 +00:00 |
|
Lucian Branescu Mihaila
|
f557487e06
|
Beginning of multipart upload support.
|
2013-03-26 14:52:33 +00:00 |
|
Steve Pulec
|
a728b2581a
|
Adding server mode
|
2013-03-05 08:14:43 -05:00 |
|
Steve Pulec
|
b0d89bb7b7
|
fix s3 key list and missing key response
|
2013-02-27 01:12:11 -05:00 |
|
Steve Pulec
|
d32059f301
|
pep8
|
2013-02-26 00:31:01 -05:00 |
|
Steve Pulec
|
4fa9cac7d6
|
add s3 copy_key
|
2013-02-19 23:29:46 -05:00 |
|
Steve Pulec
|
4283cca63c
|
clean up urls. start to clean up responses
|
2013-02-18 21:22:03 -05:00 |
|
Steve Pulec
|
ba360daa0f
|
add get_all_buckets
|
2013-02-18 17:31:15 -05:00 |
|
Steve Pulec
|
28a46a5a3a
|
add more s3 functions
|
2013-02-18 17:17:19 -05:00 |
|
Steve Pulec
|
f8633cbab7
|
rename backends
|
2013-02-18 16:31:42 -05:00 |
|
Steve Pulec
|
77d6df6531
|
basic ec2 and s3 working
|
2013-02-18 16:09:40 -05:00 |
|