MediaStorm generates traffic to AWS Elemental MediaStore.
Note: this is an unsupported personal tool.
Use go get
to download and compile a binary:
go get -u github.com/rhcarvalho/mediastorm
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.
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