info.freelibrary.vertx.s3.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-super-s3 Show documentation
Show all versions of vertx-super-s3 Show documentation
An S3 client library for the Vert.x toolkit
package info.freelibrary.vertx.s3;
/**
* Constants defined for use by the Vert.x S3 library.
*/
public final class Constants {
/** A bundle name for I18N messages */
public static final String BUNDLE_NAME = "vertx-s3_messages";
/** A system independent path separator */
public static final char PATH_SEP = '/';
/** An empty private constructor for this utility class */
private Constants() {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy