This website requires JavaScript.
Explore
Help
Register
Sign In
Yasuke
/
moto
Watch
1
Star
0
Fork
0
You've already forked moto
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
98f33740e1
moto
/
tests
/
test_s3
History
koshigoe
98f33740e1
fix(s3): check whether key is None or not to avoid exception.
...
``` AttributeError: 'NoneType' object has no attribute 'multipart' ```
2019-10-16 18:13:59 +09:00
..
__init__.py
implement s3 object tagging
2017-07-15 22:36:12 -04:00
test_s3_lifecycle.py
Made fixes to the S3 Lifecycle mocks to be more consistent with the API.
2019-10-05 12:29:09 -07:00
test_s3_storageclass.py
Add S3 support for INTELLIGENT_TIERING, GLACIER and DEEP_ARCHIVE storage
2019-08-05 17:34:39 +02:00
test_s3_utils.py
switch from calling clean in loop to undoing clean in delete_keys
2019-09-24 17:07:58 -05:00
test_s3.py
fix(s3): check whether key is None or not to avoid exception.
2019-10-16 18:13:59 +09:00
test_server.py
Fixing broken tests
#2126
2019-03-28 10:09:03 -07:00