AWS S3 Service (deprecated)

  • Global factory const which can be used to create an AWSS3ServiceClient with a StitchAppClient. Pass into StitchAppClient.serviceClient(fromFactory:withName) to get an `AWSS3ServiceClient.

    Declaration

    Swift

    @available(*, deprecated, message: "Use awsServiceClientFactory instead")
    public let awsS3ServiceClientFactory: AnyNamedServiceClientFactory<AWSS3ServiceClient>
  • The AWS S3 service client, which can be used to interact with AWS Simple Storage Service (S3) via MongoDB Stitch. This client is deprecated. Use the AWSServiceClient in StitchAWSService.

    See more

    Declaration

    Swift

    @available(*, deprecated, message: "Use AWSServiceClient instead")
    public protocol AWSS3ServiceClient
  • The result of an AWS S3 put object request. (Deprecated)

    See more

    Declaration

    Swift

    @available(*, deprecated, message: "Use the generic AWS service instead")
    public struct AWSS3PutObjectResult : Decodable
  • The result of an AWS S3 sign policy request. (Deprecated)

    See more

    Declaration

    Swift

    @available(*, deprecated, message: "Use the generic AWS service instead")
    public struct AWSS3SignPolicyResult : Decodable