Merge branch '3.1.x'

This commit is contained in:
Ryan Baxter
2023-01-04 17:11:55 -05:00

View File

@@ -50,11 +50,11 @@ public class AwsS3EnvironmentProperties implements EnvironmentRepositoryProperti
this.region = region;
}
String getEndpoint() {
public String getEndpoint() {
return endpoint;
}
void setEndpoint(String endpoint) {
public void setEndpoint(String endpoint) {
this.endpoint = endpoint;
}