View Source AWS.MediaStoreData (aws-elixir v1.0.0)

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

Deletes an object at the specified path.

Gets the headers for an object at the specified path.

Downloads the object at the specified path.

Provides a list of metadata entries about folders and objects in the specified folder.

Uploads an object to the specified path.

Functions

Link to this function

delete_object(client, path, input, options \\ [])

View Source

Deletes an object at the specified path.

Link to this function

describe_object(client, path, input, options \\ [])

View Source

Gets the headers for an object at the specified path.

Link to this function

get_object(client, path, range \\ nil, options \\ [])

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

list_items(client, max_results \\ nil, next_token \\ nil, path \\ nil, options \\ [])

View Source

Provides a list of metadata entries about folders and objects in the specified folder.

Link to this function

put_object(client, path, input, options \\ [])

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.