View Source AWS.MediaStoreData (aws-elixir 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.
Link to this section 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.
Link to this section 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.
If the object’s upload availability is set to streaming
, AWS Elemental
MediaStore downloads the object even if it’s still uploading the object.
list_items(client, max_results \\ nil, next_token \\ nil, path \\ nil, options \\ [])
View SourceProvides a list of metadata entries about folders and objects in the specified folder.
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.