akiradeveloper / akashic-storage

Filey system backed S3-compatible storage in Scala/Akka-Http
Apache License 2.0
22 stars 2 forks source link

dont-use-t branch is broken #74

Closed akiradeveloper closed 8 years ago

akiradeveloper commented 8 years ago

It seems that daemon-test fails after restart due to GetBucket error (probably Acl is broken and InternalError occurs)

By reverting the "fix Acl" branch, it turns to green. So there is something bad with the commit.

akiradeveloper commented 8 years ago

Amazing. fixed by https://github.com/akiradeveloper/akashic-storage/commit/7a5bf5ecad2e2325ff771a1b44f637ecb3ce3c23

I think the class definition precedes the pickling code.