
artoria.io.oss.OssBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artoria-extend Show documentation
Show all versions of artoria-extend Show documentation
Artoria is a java technology framework based on the facade pattern.
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