-
Notifications
You must be signed in to change notification settings - Fork 333
Closed
Description
I keep getting this error for various commands when running on an aws instance. Is the base url screwed up or something??
This happens from the docker side doing docker volume create --driver rexray --opt size=1 --name test as well.
>$ rexray volume get
DEBU[0000] updated log level logLevel=debug
INFO[0000] [linux]
INFO[0000] [docker]
INFO[0000] [ec2]
DEBU[0000] core get drivers osDrivers=[linux] storageDrivers=[ec2] volumeDrivers=[docker]
INFO[0000] os driver initialized provider=linux
INFO[0000] volume driver initialized provider=docker
INFO[0000] storage driver initialized provider=ec2
FATA[0000] Get /?AWSAccessKeyId=XXX&Action=DescribeVolumes&Signature=YYY&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=ZZZ&Version=2015-03-01: unsupported protocol scheme ""
My conf looks like this:
rexray:
logLevel: debug
storageDrivers:
- ec2
aws:
accessKey: XXX
secretKey: YYY
region: eu-central-1
Reactions are currently unavailable