{"id":30374044,"url":"https://github.com/themeinerlp/bluemaps3storage","last_synced_at":"2026-05-26T20:07:21.226Z","repository":{"id":309879243,"uuid":"1037861818","full_name":"TheMeinerLP/BlueMapS3Storage","owner":"TheMeinerLP","description":"A storage addon for BlueMap that enables storing map data in S3-compatible storage services.","archived":false,"fork":false,"pushed_at":"2026-04-09T04:37:14.000Z","size":533,"stargazers_count":7,"open_issues_count":11,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T00:16:22.201Z","etag":null,"topics":["addon","bluemap"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheMeinerLP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-14T08:31:38.000Z","updated_at":"2026-04-10T11:39:34.000Z","dependencies_parsed_at":"2025-12-11T19:29:19.794Z","dependency_job_id":"77e1a8f6-ff10-4e1f-ab80-f78f80aea647","html_url":"https://github.com/TheMeinerLP/BlueMapS3Storage","commit_stats":null,"previous_names":["themeinerlp/bluemaps3storage"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/TheMeinerLP/BlueMapS3Storage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMeinerLP%2FBlueMapS3Storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMeinerLP%2FBlueMapS3Storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMeinerLP%2FBlueMapS3Storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMeinerLP%2FBlueMapS3Storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheMeinerLP","download_url":"https://codeload.github.com/TheMeinerLP/BlueMapS3Storage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMeinerLP%2FBlueMapS3Storage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33536829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","bluemap"],"created_at":"2025-08-20T09:37:25.542Z","updated_at":"2026-05-26T20:07:21.168Z","avatar_url":"https://github.com/TheMeinerLP.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlueMapS3Storage\n\nA storage addon for [BlueMap](https://github.com/BlueMap-Minecraft/BlueMap) that enables storing map data in S3-compatible storage services.\n\n## Overview\n\nBlueMapS3Storage is an addon for BlueMap that provides the ability to store map data in S3-compatible storage services, such as:\n\n- Amazon S3\n- MinIO\n- DigitalOcean Spaces\n- Backblaze B2\n- Any other S3-compatible storage service\n\nThis addon is particularly useful for:\n- Servers with distributed architectures\n- Environments where local storage is limited or not persistent\n- Setups that require high availability and redundancy\n- Multi-server networks that need to share the same map data\n\n## Features\n\n- Store BlueMap data in any S3-compatible storage service\n- Configure custom endpoints for self-hosted S3 solutions\n- Support for path-style access for compatibility with various S3 implementations (like MinIO)\n- Seamless integration with BlueMap's storage system\n\n## Requirements\n\n- BlueMap 5.3 or higher\n- Java 21 or higher\n- Access to an S3-compatible storage service\n\n## Installation\n### Spigot/Paper\n\n1. Download the latest release of BlueMapS3Storage from the [releases page](https://github.com/TheMeinerLP/BlueMapS3Storage/releases)\n2. Place the JAR file in the `./plugins/BlueMap/packs/` directory of your server\n3. Restart your server or reload BlueMap\n\n### Sponge, Forge, Fabric\n1. Download the latest release of BlueMapS3Storage from the [releases page](https://github.com/TheMeinerLP/BlueMapS3Storage/releases)\n2. Place the JAR file in the `./config/bluemap/packs/` directory of your server\n3. Restart your server or reload BlueMap\n\n### CLI\n1. Download the latest release of BlueMapS3Storage from the [releases page](https://github.com/TheMeinerLP/BlueMapS3Storage/releases)\n2. Place the JAR file in the `./config/packs/` directory of your server\n3. Restart your server or reload BlueMap\n## Configuration\n\nTo use S3 storage with BlueMap, you need to create or modify the S3 storage configuration file. Create a file named `s3.conf` in the `plugins/BlueMap/storages` directory with the following content:\n\n```hocon\n##                          ##\n##         BlueMap          ##\n##      Storage-Config      ##\n##                          ##\n\n# The storage-type of this storage.\n# Depending on this setting, different config-entries are allowed/expected in this config file.\n# Don't change this value! (If you want a different storage-type, check out the other example-configs)\nstorage-type: \"themeinerlp:s3\"\n\n# The compression-type that bluemap will use to compress generated map-data.\n# Available compression-types are:\n#  - gzip\n#  - zstd\n#  - deflate\n#  - none\n# The default is: gzip\ncompression: gzip\n\n# The S3 storage\nbucket-name: \"bluemap-storage\"\n\n# AWS region or \"Minio\" for MinIO\nregion: \"Minio\"\n\n# S3 credentials\naccess-key-id: \"your-access-key\"\nsecret-access-key: \"your-secret-key\"\n\n# Optional: Custom endpoint URL for S3-compatible services\n# Leave empty for AWS S3\nendpoint-url: \"http://localhost:9000\"\n\n# Optional: The root path in the S3 bucket where BlueMap data will be stored\n# Default is \".\" (root of the bucket)\nroot-path: \".\"\n\n# Optional: Force path style access for S3 (needed for MinIO)\n# Default is false (use virtual-hosted style)\nforce-path-style: true\n```\n\n### Configuration Options\n\n| Option | Description | Default |\n|--------|-------------|---------|\n| `storage-type` | The storage type identifier (don't change this value) | `themeinerlp:s3` |\n| `compression` | The compression type to use for storing data (options: \"gzip\", \"zstd\", \"deflate\", \"none\") | `gzip` |\n| `bucket-name` | The name of the S3 bucket to use | `bluemap-storage` |\n| `region` | The AWS region where the bucket is located | `Minio` |\n| `access-key-id` | The AWS access key ID for authentication | `bluemap` |\n| `secret-access-key` | The AWS secret access key for authentication | `bluemap-secret` |\n| `endpoint-url` | Optional: The endpoint URL for S3-compatible services (leave empty for AWS S3) | `http://localhost:9000` |\n| `root-path` | Optional: The root path in the S3 bucket where BlueMap data will be stored | `.` |\n| `force-path-style` | Optional: Force path style access for S3 (needed for MinIO) | `false` |\n\n## Usage Examples\n\n### AWS S3\n\n```hocon\n##                          ##\n##         BlueMap          ##\n##      Storage-Config      ##\n##                          ##\n\nstorage-type: \"themeinerlp:s3\"\ncompression: gzip\nbucket-name: \"my-bluemap-bucket\"\nregion: \"us-east-1\"\naccess-key-id: \"AKIAIOSFODNN7EXAMPLE\"\nsecret-access-key: \"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY\"\nendpoint-url: \"\"\nroot-path: \".\"\nforce-path-style: false\n```\n\n### MinIO\n\n```hocon\n##                          ##\n##         BlueMap          ##\n##      Storage-Config      ##\n##                          ##\n\nstorage-type: \"themeinerlp:s3\"\ncompression: gzip\nbucket-name: \"bluemap\"\nregion: \"us-east-1\"\naccess-key-id: \"minioadmin\"\nsecret-access-key: \"minioadmin\"\nendpoint-url: \"http://minio-server:9000\"\nroot-path: \".\"\nforce-path-style: true\n```\n\n### DigitalOcean Spaces\n\n```hocon\n##                          ##\n##         BlueMap          ##\n##      Storage-Config      ##\n##                          ##\n\nstorage-type: \"themeinerlp:s3\"\ncompression: gzip\nbucket-name: \"bluemap-maps\"\nregion: \"nyc3\"\naccess-key-id: \"your-spaces-key\"\nsecret-access-key: \"your-spaces-secret\"\nendpoint-url: \"https://nyc3.digitaloceanspaces.com\"\nroot-path: \".\"\nforce-path-style: false\n```\n\n## Building from Source\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/TheMeinerLP/BlueMapS3Storage.git\n   ```\n\n2. Build the project using Gradle:\n   ```\n   ./gradlew shadowJar\n   ```\n\n3. The built JAR file will be located in the `build/libs` directory.\n\n## License\n\nThis project is licensed under the [GNU Affero General Public License v3.0 (AGPL-3.0)](LICENSE).\n\n## Credits\n\n- Developed by [TheMeinerLP](https://github.com/TheMeinerLP) and [contributors](https://github.com/TheMeinerLP/BlueMapS3Storage/graphs/contributors)\n- Uses [BlueMap](https://github.com/BlueMap-Minecraft/BlueMap) by [Blue](https://github.com/TBlueF)\n- Uses [AWS Java NIO SPI for S3](https://github.com/awslabs/aws-java-nio-spi-for-s3) for S3 filesystem integration\n\n## Support\n\nIf you encounter any issues or have questions, please [open an issue](https://github.com/TheMeinerLP/BlueMapS3Storage/issues) on the GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemeinerlp%2Fbluemaps3storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemeinerlp%2Fbluemaps3storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemeinerlp%2Fbluemaps3storage/lists"}