package
8.0.0+incompatible
Repository: https://github.com/libopenstorage/openstorage.git
Documentation: pkg.go.dev

# README

To test AWS

You will first need to create an AWS instance and then provide details of this instance as below.

export AWS_REGION=<instance-region>
export AWS_ZONE=<aws-availibility-zone>
export AWS_INSTANCE_NAME=<aws-instance-name>
export AWS_ACCESS_KEY_ID=<access-id>
export AWS_SECRET_ACCESS_KEY=<access-secret>
export AWS_INSTANCE_TYPE=<aws-instance-type>
go test

# Functions

NewEc2Storage creates a new aws storage ops instance.
NewEnvClient creates a new AWS storage ops instance using environment vars.

# Variables

ErrAWSEnvNotAvailable is the error type when aws credentials are not set.