Robert van Gent
Robert van Gent
> Not sure how this works across the different cloud providers Not very well :-(. Notably, Azure only supports bucket-level ACLs IIRC.
Please fix this.
Thanks for getting back to this! So, I think that explains why the implementation does what it does, but it doesn't explain why. Maybe there's a good reason, but can...
BTW, https://github.com/aws/aws-sdk-java-v2/issues/2520 is a similar bug with a regression from V1.
This works if your actual type implements the interface (not a pointer to your type). E.g.: ``` func (m Myuuid) UnmarshalBinary(data []byte) error { ``` not ``` func (m *Myuuid)...
Update: stuck on this. @saeidakbari hasn't made any progress in a while. I cloned the PR, but it's not trivial to get tests to pass. I'd also want to update...
Update: no progress here and I'm not super motivated, if anyone wants to contribute the port that would be welcome.
Nope, that pull request is all I have. A contributor did some work to convert the `server` package, it looked OK at first glance but I didn't look at it...
Cloned to #3189 , but tests don't pass.