Storage Custom Endpoint property (Storage Provider)

Official Content
This documentation is valid for:
Provides a custom entry point for working with services compatible with AWS S3 SDK. Required only if 'Storage Endpoint' Property = 'Custom Endpoint'.

Scope

Generators: Java, .NET, .NET Core

Description

This property enables the use of any custom endpoint URL and is useful for using the AWS S3 SDK with any S3-compatible service, such as IBM COS, Oracle, MinIO, etc. 

Examples of Endpoints

  • Oracle
    • https://{mynamespace}.compat.objectstorage.{REGION}.oraclecloud.com
  • IBM COS
    • https://s3.{REGION}.cloud-object-storage.appdomain.cloud/
  • MinIO
    • https://{Server}:Port
      • Example: https://172.17.0.2:9000

 

This property is only valid if Storage Endpoint property = 'Custom Endpoint'

Runtime/Design time

This property applies only at design-time.

How to apply changes

To apply the corresponding changes when the property value is configured, execute a Build All.

Availability

This property is available since GeneXus 17 Upgrade 5.

See Also

Storage Endpoint property