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

The frontend service for Cryo Storage.

Summary

Functions

Link to this function

delete_object(client, backup_job_id, object_name, input, options \\ [])

View Source

Delete Object from the incremental base Backup.

Link to this function

get_chunk(client, chunk_token, storage_job_id, options \\ [])

View Source

Gets the specified object's chunk.

Link to this function

get_object_metadata(client, object_token, storage_job_id, options \\ [])

View Source

Get metadata associated with an Object.

Link to this function

list_chunks(client, object_token, storage_job_id, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

List chunks in a given Object

Link to this function

list_objects(client, storage_job_id, created_after \\ nil, created_before \\ nil, max_results \\ nil, next_token \\ nil, starting_object_name \\ nil, starting_object_prefix \\ nil, options \\ [])

View Source

List all Objects in a given Backup.

Link to this function

notify_object_complete(client, backup_job_id, upload_id, input, options \\ [])

View Source

Complete upload

Link to this function

put_chunk(client, backup_job_id, chunk_index, upload_id, input, options \\ [])

View Source

Upload chunk.

Link to this function

put_object(client, backup_job_id, object_name, input, options \\ [])

View Source

Upload object that can store object metadata String and data blob in single API call using inline chunk field.

Link to this function

start_object(client, backup_job_id, object_name, input, options \\ [])

View Source

Start upload containing one or many chunks.