aliyunoss-cli
    Preparing search index...

    Interface LifecycleRule

    interface LifecycleRule {
        date: string;
        days?: string | number;
        id?: string;
        prefix: string;
        status: RuleStatusType;
    }
    Index
    date: string

    expire date, e.g.: 2022-10-11T00:00:00.000Z date and days only set one.

    days?: string | number

    expire after the days

    id?: string

    rule id, if not set, OSS will auto create it with random string.

    prefix: string

    store prefix

    rule status, allow values: Enabled or Disabled