stu icon indicating copy to clipboard operation
stu copied to clipboard

ERROR: Failed to load objects

Open sequencerr opened this issue 3 weeks ago • 2 comments

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

sequencerr avatar Nov 19 '25 19:11 sequencerr

this s3-compatible storage requires 'SIGNATURE_TYPE=V2' tho. how to set?

sequencerr avatar Nov 19 '25 19:11 sequencerr

I haven't investigated in detail, but I doubt the SDK supports signature version 2.

lusingander avatar Nov 21 '25 16:11 lusingander