|
|
@ -45,7 +45,7 @@ public class S3Config extends CommonRepoConfig { |
|
|
|
private Conf<Boolean> preserveMetadata = HolderKit.simple(true); |
|
|
|
private Conf<Boolean> preserveMetadata = HolderKit.simple(true); |
|
|
|
|
|
|
|
|
|
|
|
@Identifier("openVirtualDirectory") |
|
|
|
@Identifier("openVirtualDirectory") |
|
|
|
private Conf<Boolean> openVirtualDirectory = HolderKit.simple(false); |
|
|
|
private Conf<Boolean> openVirtualDirectory = HolderKit.simple(true); |
|
|
|
|
|
|
|
|
|
|
|
@GetConfig("endPoint") |
|
|
|
@GetConfig("endPoint") |
|
|
|
public String getEndPoint() { |
|
|
|
public String getEndPoint() { |
|
|
|