Authentication
The Object Storage Interoperability Services API supports the following methods to authenticate requests. Individual operations in the documentation will include their specific authentication types.
basicAuth
Scheme :
basic
Type :
http
X Basic Info Func :
osis_minio.controllers.security_controller.info_from_basicAuth
bearerAuth
Bearer Format :
JWT
Scheme :
bearer
Type :
http
X Bearer Info Func :
osis_minio.controllers.security_controller.info_from_bearerAuth