Skip to content

Commit

Permalink
Fix for ORM-23, Some S3 Buckets not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
kickroot committed Aug 28, 2024
1 parent 73ba7cb commit 59a90e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class AWSDiscoveryPlugin implements OriginPlugin<AWSDiscoveryConfig> {
public final static String ID = "magpie.aws.discovery";
protected static final ObjectMapper MAPPER = new ObjectMapper()
.configure(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS, false)
.configure(SerializationFeature.FAIL_ON_EMPTY_BEANS, false)
.findAndRegisterModules();

private static final List<AWSDiscovery> DISCOVERY_LIST = List.of(
Expand Down

0 comments on commit 59a90e8

Please sign in to comment.