Andrew Gaul
Andrew Gaul
I'm concerned that s3-tests isn't exercising this behavior. Can you look at these and see what's missing?
The ideal way to test this is https://github.com/ceph/s3-tests which I periodically rebase onto. But I don't have any automated integration tests against Azure presently. Alternatively maybe we could parameterize some...
@larshagencognite could you rebase this change?
@Decard6 any thoughts here?
This is a reasonable feature request and something the startup Bounce Storage implemented. It is easy to make S3Proxy write to multiple backends, at least when all the putBlob requests...
@FlorinPeter could you help answer this?
Generally this will work but you may encounter two performance problems: * Large number of objects: S3Proxy 2.0.0 enumerates the entire bucket underneath a given subdirectory. The upcoming 2.1.0 release...
Can you give more specific steps to reproduce your symptoms ad the expected behavior? I don't understand what is happening.
Confirmed that this is a problem. This is a regression from apache/jclouds@ab25fc7259ad620a4daa14c12a37cef498320ad5 that I suspect was introduced to work around Windows strange behavior. I am happy to revert these lines...
I committed a partial fix to jclouds where the object will not disappear when being replaced. However, there is a related issue where the object can change while being fetched...