petertc

Results 45 comments of petertc

@cpovirk could you tell me more about this problem?

x-amz-\* headers should be added to the request signature.

How about this? https://github.com/twonote/radosgw-admin4j/blob/master/README.md#user-management

I also encounter the issue three. I use rewind as workaround currently.

Note that pathcount < 2 is ignored.

There are several possible strategies to upload a file to multiple destinations about this issue. I think the basic two are 1. trivial [single thread upload](https://gist.github.com/hrchu/462398bd0bc8428bd0d03c18cf45c2a8#file-testmultiwrite-java-L140) and 2. multi thread...

# API design The original API design let storage class to be assigned in `Moji.getFile(String key, String storageClass)` instead of `MojiFile.getOutputStream(String storageClass)` or elsewhere. I intends to follow the same...

@teabot I agree that boolean flag is hard to understand it's usage without IDE. I like the enum parameter approach, with values WriteStrategy.DEFAULT and WriteStrategy.DURABLE. I think that not to...

I have finished the first version in branch enhance/durableWrite. I think it should not be merged before https://github.com/mogilefs/MogileFS-Server/pull/39 be accepted. Since mogilefs team is inactive, I am going to use...