c

io.scalajs.npm.aws.s3

ListObjectsV2Request

class ListObjectsV2Request extends Object

ListObjectsV2 Request

Annotations
@ScalaJSDefined() @RawJSType()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListObjectsV2Request
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ListObjectsV2Request(Bucket: String, Delimiter: UndefOr[String] = js.undefined, EncodingType: UndefOr[String] = js.undefined, MaxKeys: UndefOr[Int] = js.undefined, Prefix: UndefOr[String] = js.undefined, ContinuationToken: UndefOr[String] = js.undefined, FetchOwner: UndefOr[Boolean] = js.undefined, StartAfter: UndefOr[String] = js.undefined, RequestPayer: UndefOr[String] = js.undefined)

    Bucket

    Name of the bucket to list.

    Delimiter

    A delimiter is a character you use to group keys.

    EncodingType

    Encoding type used by Amazon S3 to encode object keys in the response.

    MaxKeys

    Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.

    Prefix

    Limits the response to keys that begin with the specified prefix.

    ContinuationToken

    indicates Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key

    FetchOwner

    The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true

    StartAfter

    is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified key. StartAfter can be any key in the bucket

    RequestPayer

    Confirms that the requester knows that she or he will be charged for the list objects request in V2 style. Bucket owners need not specify this parameter in their requests.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Bucket: String
  5. val ContinuationToken: UndefOr[String]
  6. val Delimiter: UndefOr[String]
  7. val EncodingType: UndefOr[String]
  8. val FetchOwner: UndefOr[Boolean]
  9. val MaxKeys: UndefOr[Int]
  10. val Prefix: UndefOr[String]
  11. val RequestPayer: UndefOr[String]
  12. val StartAfter: UndefOr[String]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toLocaleString(): String
    Definition Classes
    Object
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def valueOf(): Any
    Definition Classes
    Object
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped