rules_s5
v0.0.9
published 6 days ago
0 stars
1 forks
0 watchers
public
1 assets
349 downloads
4 KB
Compatibility level 1
E15vDOvHqTDnND7l4lTWicpWnTqjg13n6PITaoXfvAY=
Maintained byRyan Yang
v0.0.9
October 31, 2025
[expand for release notes]

rules_s5

bazel rules to fetch s3 files quickly with s5cmd as a repository rule. Modified with heavy inspiration from cloud_archive

Quickstart

load("@rules_s5//s3:archive.bzl", "s3_archive")
s3_archive(
    name = "test_bucket",
    bucket = "<bucket name",
    file_path = "<file path>",
    sha256 = "<sha256sum>",
    file_version = "<fileversion id>",
)