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

org.jclouds.atmosonline.saas.reference.AtmosStorageHeaders Maven / Gradle / Ivy

The newest version!
/**
 *
 * Copyright (C) 2010 Cloud Conscious, LLC. 
 *
 * ====================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ====================================================================
 */

package org.jclouds.atmosonline.saas.reference;

/**
 * Query parameters common to AtmosStorage apis.
 * 
 * @see 
 * @author Adrian Cole
 * 
 */
public interface AtmosStorageHeaders {

   public static final String SIGNATURE = "x-emc-signature";
   public static final String LISTABLE_META = "x-emc-listable-meta";
   public static final String META = "x-emc-meta";
   public static final String LISTABLE_TAGS = "x-emc-listable-tags";
   public static final String TAGS = "x-emc-tags";
   public static final String USER_ACL = "x-emc-useracl";
   public static final String DATE = "x-emc-date";
   public static final String GROUP_ACL = "x-emc-groupacl";
   public static final String UID = "x-emc-uid";
   public static final String TOKEN = "x-emc-token";
   
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy