IPWorks S3 2020 Kotlin Edition

Questions / Feedback?

PrefixList Event

Fires once for each common prefix returned when listing objects.

Syntax

public open class DefaultS3clientEventListener : S3clientEventListener {
  ...
  public override fun prefixList(e: S3clientPrefixListEvent) {}
  ...
}

public class S3clientPrefixListEvent {
  val bucketName: String?
  val prefix: String?
}

Remarks

This event fires once for each common prefix returned when ListObjects or ListVersions is called when ObjectDelimiter is non-empty. Refer to ObjectDelimiter for more information.

BucketName reflects the name of the bucket that the prefix is in.

Prefix is the common prefix.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks S3 2020 Kotlin Edition - Version 20.0 [Build 7941]