Skip to content

mendix/s3-tvm-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

S3 TVM Spec

This is an example API spec documentation if you wish to Implement TVM for S3-Setting

Mendix Runtime >= 9.2

Mendix Runtime >= 9.2 now supports sts token for accessing s3 bucket so instead of creating an IAM user you can create an endpoint that can provide sts token to runtime.

Mendix Runtime < 9.2

If you are using multiple Mendix Runtime Version and some of your environments are still using Mendix Runtime < 9.2 you can enhance your tvm to provide IAM user credential instead of sts token.

Please check s3-tvm-spec api doc for tvm endpoints.

  • /v1/getcredentials: Mendix Runtime <9.2
  • /v1/gettoken: Mendix Runtime >= 9.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published