Package-level declarations
Types
Functions
Link copied to clipboard
inline suspend fun MediaStoreDataClient.deleteObject(crossinline block: DeleteObjectRequest.Builder.() -> Unit): DeleteObjectResponse
Deletes an object at the specified path.
Link copied to clipboard
inline suspend fun MediaStoreDataClient.describeObject(crossinline block: DescribeObjectRequest.Builder.() -> Unit): DescribeObjectResponse
Gets the headers for an object at the specified path.
Link copied to clipboard
inline suspend fun MediaStoreDataClient.listItems(crossinline block: ListItemsRequest.Builder.() -> Unit): ListItemsResponse
Provides a list of metadata entries about folders and objects in the specified folder.
Link copied to clipboard
inline suspend fun MediaStoreDataClient.putObject(crossinline block: PutObjectRequest.Builder.() -> Unit): PutObjectResponse
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 copied to clipboard
fun MediaStoreDataClient.withConfig(block: MediaStoreDataClient.Config.Builder.() -> Unit): MediaStoreDataClient
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.