MediaStoreDataClient
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.
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.
Provides 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.
Inherited functions
Deletes an object at the specified path.
Gets the headers for an object at the specified path.
Provides a list of metadata entries about folders and objects in the specified folder.
Paginate over ListItemsResponse results.
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.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.