Interface IObject

interface IObject {
    bucketKey: string;
    location: string;
    objectId: string;
    objectKey: string;
    sha1: string;
    size: number;
}

Properties

bucketKey: string
location: string
objectId: string
objectKey: string
sha1: string
size: number

Generated using TypeDoc