You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/aws/services/mediastore.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
---
2
2
title: Elemental MediaStore
3
-
linkTitle: Elemental MediaStore
4
3
description: Get started with Elemental MediaStore on LocalStack
5
4
tags: ["Ultimate"]
6
5
---
@@ -12,7 +11,7 @@ It provides a reliable way to store, manage, and serve media assets, such as aud
12
11
MediaStore seamlessly integrates with other AWS services like Elemental MediaConvert, Elemental MediaLive, Elemental MediaPackage, and CloudFront.
13
12
14
13
LocalStack allows you to use the Elemental MediaStore APIs as a high-performance storage solution for media content in your local environment.
15
-
The supported APIs are available on our [API Coverage Page]({{< ref "coverage_mediastore" >}}), which provides information on the extent of Elemental MediaStore integration with LocalStack.
14
+
The supported APIs are available on our [API Coverage Page](), which provides information on the extent of Elemental MediaStore integration with LocalStack.
16
15
17
16
## Getting started
18
17
@@ -26,9 +25,9 @@ We will demonstrate how you can create a MediaStore container, upload an asset,
26
25
You can create a container using the [`CreateContainer`](https://docs.aws.amazon.com/mediastore/latest/apireference/API_CreateContainer.html) API.
27
26
Run the following command to create a container and retrieve the the `Endpoint` value which should be used in subsequent requests:
0 commit comments