Skip to content

Code Flow

Nimish Agrawal edited this page Oct 16, 2020 · 1 revision
  • Storage Controller handles all the requests that are made to the server.
  • According to the request, it passes the request to service/BucketService or service/ObjectService.
  • If Object/Bucket Service needs to access some files in memory, it will call StoreService.
  • To send some standard response, it is defined in responses, where appropriate XML tags are added.
  • All the exceptions are defined in exceptions and are handled by GlobalExceptionHandler

Clone this wiki locally