You've already forked FrameTour-BE
Java21
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package com.ycwl.basic.storage.enums;
|
||||
|
||||
import lombok.Getter;
|
||||
|
||||
@Getter
|
||||
public enum StorageAcl {
|
||||
PUBLIC_READ("public-read"),
|
||||
PRIVATE("private"),
|
||||
@@ -12,7 +15,4 @@ public enum StorageAcl {
|
||||
this.value = value;
|
||||
}
|
||||
|
||||
public String getValue() {
|
||||
return value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user