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

com.robothy.s3.rest.constants.LocalS3Constants Maven / Gradle / Ivy

package com.robothy.s3.rest.constants;

/**
 * Define LocalS3 related constants.
 */
public class LocalS3Constants {

  public static final String SERVER_NAME = "LocalS3";

  public static final String DEFAULT_LOCATION_CONSTRAINT = "local";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy