Maarten Hazewinkel

Results 2 comments of Maarten Hazewinkel

Ran into this as well, and worked around it by just creating a Bucket instance directly: ``` scala val bucket: Bucket = Bucket("some-bucket-name") ```

Ran into this as well, and worked around it by just creating a Bucket instance directly: ``` scala val bucket: Bucket = Bucket("some-bucket-name") ```