stu
stu copied to clipboard
ERROR: Failed to load objects
FROM rust:1.91-slim-bookworm
WORKDIR /app
RUN apt-get update && \
apt-get install --yes --no-install-recommends git
RUN git clone https://github.com/lusingander/stu.git . --depth 1
RUN cargo build --release -j$(nproc)
docker build . -t stu && docker run --network host --rm -ti --entrypoint /app/target/release/stu stu:latest -e ru.serverspace.store -b boztj2 --path-style=always --debug
this s3-compatible storage requires 'SIGNATURE_TYPE=V2' tho. how to set?
I haven't investigated in detail, but I doubt the SDK supports signature version 2.