View Source aws_mediastore_data (aws v1.0.4)

An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service.

Objects are the fundamental entities that are stored in AWS Elemental MediaStore.

Summary

Functions

Link to this function

delete_object(Client, Path, Input)

View Source
Deletes an object at the specified path.
Link to this function

delete_object(Client, Path, Input0, Options0)

View Source
Link to this function

describe_object(Client, Path, Input)

View Source
Gets the headers for an object at the specified path.
Link to this function

describe_object(Client, Path, Input0, Options0)

View Source
Link to this function

get_object(Client, Path)

View Source

Downloads the object at the specified path.

If the object’s upload availability is set to streaming, AWS Elemental MediaStore downloads the object even if it’s still uploading the object.
Link to this function

get_object(Client, Path, QueryMap, HeadersMap)

View Source
Link to this function

get_object(Client, Path, QueryMap, HeadersMap, Options0)

View Source
Provides a list of metadata entries about folders and objects in the specified folder.
Link to this function

list_items(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_items(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

put_object(Client, Path, Input)

View Source

Uploads an object to the specified path.

Object sizes are limited to 25 MB for standard upload availability and 10 MB for streaming upload availability.
Link to this function

put_object(Client, Path, Input0, Options0)

View Source