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

com.ksyun.ks3.utils.RequestUtils Maven / Gradle / Ivy

package com.ksyun.ks3.utils;

import java.util.Arrays;
import java.util.List;

/**
 * @author lijunwei[[email protected]]  
 *
 * @date 2014年10月16日 下午8:18:52
 *
 * @description
 **/
public class RequestUtils {
    public static List subResource = Arrays.asList(new String[]{"acl", "lifecycle", "location",
            "logging", "notification", "partNumber",
            "policy", "requestPayment", "torrent", "uploadId", "uploads", "versionId",
            "versioning", "versions", "website", "delete", "thumbnail", "cors", "crr", "pfop", "querypfop", "adp", "queryadp", "fetch", "restore", "transfer", "tagging", "policy", "crr", "append",
            "worm", "wormId", "wormExtend","encryption"});

    public static List QueryParam = Arrays.asList(new String[]{"response-content-type",
            "response-content-language",
            "response-expires", "response-cache-control",
            "response-content-disposition", "response-content-encoding", "security-token"});
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy