Definition at line 29 of file s3api.py.
◆ __init__()
pytest_userver.plugins.s3api.S3MockBucketStorage.__init__ |
( |
| self | ) |
|
◆ _generate_etag()
pytest_userver.plugins.s3api.S3MockBucketStorage._generate_etag |
( |
| data | ) |
|
|
staticprotected |
◆ delete_object()
Optional[S3Object] pytest_userver.plugins.s3api.S3MockBucketStorage.delete_object |
( |
| self, |
|
|
| key ) |
◆ get_object()
Optional[S3Object] pytest_userver.plugins.s3api.S3MockBucketStorage.get_object |
( |
| self, |
|
|
str | key ) |
◆ get_objects()
Dict[str, S3Object] pytest_userver.plugins.s3api.S3MockBucketStorage.get_objects |
( |
| self, |
|
|
| parent_dir = '' ) |
◆ put_object()
pytest_userver.plugins.s3api.S3MockBucketStorage.put_object |
( |
| self, |
|
|
str | key, |
|
|
bytearray | data, |
|
|
Optional[Union[dt.datetime, str]] | last_modified = None ) |
The documentation for this class was generated from the following file:
- /data/code/userver/testsuite/pytest_plugins/pytest_userver/plugins/s3api.py