Class MinioBucketVersioningController
java.lang.Object
cn.herodotus.oss.rest.minio.controller.MinioBucketVersioningController
- All Implemented Interfaces:
cn.herodotus.engine.rest.core.controller.Controller
@RestController
@RequestMapping("/oss/minio/bucket/versioning")
public class MinioBucketVersioningController
extends Object
implements cn.herodotus.engine.rest.core.controller.Controller
Description: Minio 存储桶版本管理接口
- Author:
- : gengwei.zheng
- Date:
- : 2023/6/28 18:53
-
Constructor Summary
ConstructorsConstructorDescriptionMinioBucketVersioningController(MinioBucketVersioningService minioBucketVersioningService) -
Method Summary
Modifier and TypeMethodDescriptioncn.herodotus.engine.assistant.definition.domain.Result<Boolean>set(SetBucketVersioningRequest request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.herodotus.engine.rest.core.controller.Controller
getPageInfoMap, getPageInfoMap, result, result, result, result, result, result, result, result
-
Constructor Details
-
MinioBucketVersioningController
-
-
Method Details
-
set
@Idempotent @PutMapping public cn.herodotus.engine.assistant.definition.domain.Result<Boolean> set(@Validated @RequestBody SetBucketVersioningRequest request)
-