Closed ilonajulczuk closed 10 years ago
I have a bucket in Europe region and ebs-deploy threw errors because of incorrect location. After some investigation it turned out that, the if statement required different value that was returned from aws. I changed the if statement accordingly.
if statement
I wonder if there isn't a better way all around to do this... using some constants or something.
I have a bucket in Europe region and ebs-deploy threw errors because of incorrect location. After some investigation it turned out that, the
if statement
required different value that was returned from aws. I changed the if statement accordingly.