IPWorks S3 2020 Android Edition

Questions / Feedback?

ServiceProvider Property

The S3 service provider to use.

Syntax

public int getServiceProvider();
public void setServiceProvider(int serviceProvider);

Enumerated values: public final static int spAmazonS3 = 0; public final static int spDigitalOcean = 1; public final static int spGoogleStorage = 2; public final static int spWasabi = 3; public final static int spBackblazeB2 = 4; public final static int spHuawei = 5; public final static int spAlibaba = 6; public final static int spIBM = 7; public final static int spOracle = 8; public final static int spLinode = 9; public final static int spCustom = 255;

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.

Default Value

0

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