Skip to content

Commit

Permalink
change to public
Browse files Browse the repository at this point in the history
  • Loading branch information
lizk886 committed Jul 17, 2024
1 parent ca12865 commit b84064a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class RotatingS3KeyProvider implements StoreReader<Map<Integer, S3Key>> {
ScopedStoreReader<Map<Integer, S3Key>> reader;

private static final Logger LOGGER = LoggerFactory.getLogger(RotatingS3KeyProvider.class);
private final Map<Integer, List<S3Key>> siteToKeysMap = new HashMap<>();
public final Map<Integer, List<S3Key>> siteToKeysMap = new HashMap<>();

public RotatingS3KeyProvider(DownloadCloudStorage fileStreamProvider, StoreScope scope) {
this.reader = new ScopedStoreReader<>(fileStreamProvider, scope, new S3KeyParser(), "s3encryption_keys");
Expand Down

0 comments on commit b84064a

Please sign in to comment.