IPWorks S3 2020 Kotlin Edition

Questions / Feedback?

ServiceProvider Property

The S3 service provider to use.

Syntax

public var serviceProvider: S3clientServiceProviders

public enum class S3clientServiceProviders(val value: Int) {
spAmazonS3(0),
spDigitalOcean(1),
spGoogleStorage(2),
spWasabi(3),
spBackblazeB2(4),
spHuawei(5),
spAlibaba(6),
spIBM(7),
spOracle(8),
spLinode(9),
spCustom(255);
}

Default Value

0

Remarks

This property specifies the S3 service provider that the component should use. Possible values are:

spAmazonS3 (0) (default) Amazon S3
spDigitalOcean (1) Digital Ocean Spaces
spGoogleStorage (2) Google Cloud Storage
spWasabi (3) Wasabi
spBackblazeB2 (4) Backblaze B2
spHuawei (5) Huawei Cloud Object Storage
spAlibaba (6) Alibaba Cloud Object Storage
spIBM (7) IBM Cloud Object Storage
spOracle (8) Oracle Cloud Object Storage
spLinode (9) Linode Object Storage
spCustom (255) Custom service provider

Note that the following providers require additional configuration before requests can be made:

  • spOracle (8): An "Object Storage Namespace" must be specified using the OracleNamespace configuration setting.
  • spCustom (255): A base URL must be specified using the URL configuration setting.

Changing this property will automatically:

This property is not available at design time.

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