IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface TargetObjectKeyFormat

    Amazon S3 key format for log objects. Only one format, PartitionedPrefix or SimplePrefix, is allowed.

    interface TargetObjectKeyFormat {
        SimplePrefix?: SimplePrefix;
        PartitionedPrefix?: PartitionedPrefix;
    }
    Index

    Properties

    SimplePrefix?: SimplePrefix

    To use the simple format for S3 keys for log objects. To specify SimplePrefix format, set SimplePrefix to {}.

    PartitionedPrefix?: PartitionedPrefix

    Partitioned S3 key for log objects.