![JAR search and dependency download from the Maven repository](/logo.png)
com.ksyun.ks3.service.response.DeleteBucketCorsResponse Maven / Gradle / Ivy
package com.ksyun.ks3.service.response;
import com.ksyun.ks3.dto.Ks3Result;
/**
* @author lijunwei[[email protected]]
*
* @date 2014年12月31日 下午3:39:26
*
* @description
**/
public class DeleteBucketCorsResponse extends Ks3WebServiceDefaultResponse{
public int[] expectedStatus() {
//200是为了兼容现在的ks3 api正确应该是204
return new int[]{200,204};
}
@Override
public void preHandle() {
this.result = new Ks3Result();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy