mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 12:48:58 +08:00
fix:oss创建bucket方法名拼写错误修复
This commit is contained in:
parent
9e2f1aaba5
commit
50edcbb6ea
@ -55,7 +55,7 @@ public class OssEndpoint {
|
||||
*/
|
||||
@SneakyThrows
|
||||
@PostMapping("/bucket/{bucketName}")
|
||||
public Bucket createBucker(@PathVariable String bucketName) {
|
||||
public Bucket createBucket(@PathVariable String bucketName) {
|
||||
|
||||
template.createBucket(bucketName);
|
||||
return template.getBucket(bucketName).get();
|
||||
|
Loading…
Reference in New Issue
Block a user