Skip to main content

SDK access is usually the most maintainable path

Because Nubis Storage follows S3-compatible patterns, most teams integrate it with the same SDK model they would use for other object-storage providers.

Typical SDK setup

  • Endpoint from your Nubis Storage configuration
  • Access key and secret for the application
  • Region or logical location where required by the SDK
  • Bucket name and object-key conventions defined by your app

JavaScript example

Continue with