All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ksyun.ks3.service.response.PutBucketLoggingResponse Maven / Gradle / Ivy

package com.ksyun.ks3.service.response;

import com.ksyun.ks3.dto.Ks3Result;

/**
 * @author lijunwei[[email protected]]  
 * 
 * @date 2014年11月16日
 * 
 * @description 编辑bucket的日志配置
 **/
public class PutBucketLoggingResponse extends Ks3WebServiceDefaultResponse {

	public int[] expectedStatus() {
		return new int[]{200};
	}

	@Override
	public void preHandle() {
		this.result = new Ks3Result();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy