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

com.exasol.bucketfs.BucketConstants Maven / Gradle / Ivy

The newest version!
package com.exasol.bucketfs;

/**
 * BucketFS constants.
 */
public final class BucketConstants {
    /** Path separator */
    public static final String PATH_SEPARATOR = "/";
    /** Default bucket fs */
    public static final String DEFAULT_BUCKETFS = "bfsdefault";
    /** Default bucket */
    public static final String DEFAULT_BUCKET = "default";

    private BucketConstants() {
        // prevent instantiation
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy