IPWorks S3 2020 Python Edition

Questions / Feedback?

use_ssl Property

Whether to use SSL/TLS when connecting.

Syntax

def get_use_ssl() -> bool: ...
def set_use_ssl(value: bool) -> None: ...

use_ssl = property(get_use_ssl, set_use_ssl)

Default Value

TRUE

Remarks

This property specifies whether the class should use SSL/TLS when connecting.

Note: This property is automatically reset to True anytime service_provider changes. The class will ignore any attempts to change this property while one of the following providers is selected, since they require SSL/TLS to be used:

  • spDigitalOcean (1)
  • spBackblazeB2 (4)
  • spOracle (8)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S3 2020 Python Edition - Version 20.0 [Build 8178]