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

artoria.io.oss.OssBase Maven / Gradle / Ivy

The newest version!
package artoria.io.oss;

import artoria.core.Resource;

/**
 * The base information about the object storage service.
 * @author Kahle
 */
public interface OssBase extends Resource {

    /**
     * Get the bucket name.
     * @return The bucket name
     */
    String getBucketName();

    /**
     * Get the object key.
     * @return The object key
     */
    String getObjectKey();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy