Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Region object vs type alias #63

Closed
MasseGuillaume opened this issue Feb 20, 2015 · 4 comments
Closed

Region object vs type alias #63

MasseGuillaume opened this issue Feb 20, 2015 · 4 comments

Comments

@MasseGuillaume
Copy link

First, thanks for this project, it's really helpful.

I got a major bug in the scala 2.11.5 Repl: https://issues.scala-lang.org/browse/SI-9165

as pointed out in the comment, it may be because of the confusion between the type alias Region and the object Region. Is there away we can remove this ambuiguity ?

@fcofdez
Copy link

fcofdez commented Apr 7, 2015

I've the same problem, is there a way to solve this?

@MasseGuillaume
Copy link
Author

val credentials = Credentials(key, secret)
implicit val s3Client = S3(credentials)
s3Client.setRegion(Region("us-east-1"))

@lihaoyi
Copy link
Contributor

lihaoyi commented Apr 17, 2015

I've got the same problem too. @MasseGuillaume what is the code example and how does it relate to the bug? =P

@MasseGuillaume
Copy link
Author

@lihaoyi I knew you were running scala secretly at dropbox :P

Let me see what's the solution for this during the weekend

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants