itzg/mc-image-helper

Support s3-protocol URLs in get and mcopy subcommands

Open

#743 opened on Apr 9, 2026

 (0 comments) (0 reactions) (0 assignees)Java (58 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (89 stars)
PR merge metrics
 (Avg merge 8d 11h) (20 merged PRs in 30d)

Description

Should plan on using https://github.com/minio/minio-java to maximize portability with other s3 compatible object stores.

Will need to accept client ID and secret as environment variables so I don't want a bunch of call sites in itzg/minecraft-server to need to be modified. Using env vars is quite typical in this codebase via picocli.

Contributor guide