S3Object

public struct S3Object : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Name of the S3 bucket.

    Declaration

    Swift

    public let bucket: String?
  • S3 object key name.

    Declaration

    Swift

    public let name: String?
  • If the bucket is versioning enabled, you can specify the object version.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(bucket: String? = nil, name: String? = nil, version: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws