Skip to content

Commit

Permalink
🔥 s3 java client rm unused properties
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Aug 12, 2024
1 parent 19b5e16 commit 8443745
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
@Setter
@ConfigurationProperties(prefix = "refarch.s3.client")
public class S3IntegrationClientProperties {

private String documentStorageUrl;
private boolean enableSecurity;

/** Maximum allowed file size. Default is 0, which indicates that there is no limit. */
private DataSize maxFileSize = DataSize.ofBytes(0L);
/**
Expand Down

0 comments on commit 8443745

Please sign in to comment.