Skip to content

MediaStorm generates traffic to AWS Elemental MediaStore

License

Notifications You must be signed in to change notification settings

rhcarvalho/mediastorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaStorm

MediaStorm generates traffic to AWS Elemental MediaStore.

Note: this is an unsupported personal tool.

Building

The easier way

Use go get to download and compile a binary:

go get -u github.com/rhcarvalho/mediastorm

Alternative

Alternatively, clone this repository and run:

go get -u -d github.com/aws/aws-sdk-go
go build

Note: deliberately, there is no vendoring nor pinning of version of the AWS Go SDK dependency, nor intention to do so.

Usage

Use the AWS Console, CLI or API to create a MediaStore container or get the Data endpoint for an existing container.

Configure the AWS credentials for CLI usage, e.g., by setting the environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.

Set the AWS region using config files or the AWS_REGION environment variable.

Run:

mediastorm -endpoint https://CONTAINER.data.mediastore.REGION.amazonaws.com

For more options, see a list of available flags:

mediastorm -h

About

MediaStorm generates traffic to AWS Elemental MediaStore

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published