42 lines
668 B
ReStructuredText
42 lines
668 B
ReStructuredText
.. _implementedservice_mediastore-data:
|
|
|
|
.. |start-h3| raw:: html
|
|
|
|
<h3>
|
|
|
|
.. |end-h3| raw:: html
|
|
|
|
</h3>
|
|
|
|
===============
|
|
mediastore-data
|
|
===============
|
|
|
|
|start-h3| Example usage |end-h3|
|
|
|
|
.. sourcecode:: python
|
|
|
|
@mock_mediastoredata
|
|
def test_mediastore-data_behaviour:
|
|
boto3.client("mediastore-data")
|
|
...
|
|
|
|
|
|
|
|
|start-h3| Implemented features for this service |end-h3|
|
|
|
|
- [X] delete_object
|
|
- [ ] describe_object
|
|
- [X] get_object
|
|
|
|
The Range-parameter is not yet supported.
|
|
|
|
|
|
- [X] list_items
|
|
|
|
The Path- and MaxResults-parameters are not yet supported.
|
|
|
|
|
|
- [X] put_object
|
|
|