Jing Qian

Results 4 comments of Jing Qian

@snalli I have another comment to address for this PR. Sorry for the slow response.

Yes, I need address Justin's comment. Add VcrInstanceConfig data structure. Using its comparison to replace vcrHelixConfigReady.

I'm thinking of adding a enum of AmazonS3_Action https://docs.aws.amazon.com/AmazonS3/latest/API/API_Operations_Amazon_Simple_Storage_Service.html For example, followings are related to multiple part upload. - CreateMultipartUpload - UploadPart - CompleteMultipartUpload - AbortMultipartUpload - ListParts - ListMultipartUploads...

We ever discussed for S3, do we need dedicated handler for it? I'm thinking inherit namedBlob handler and create s3 handler. In S3 handler, we only overwrite the code which...