Skip to content

Commit aa74b7d

Browse files
committed
wip: create AWS debugging mode
1 parent d4227a9 commit aa74b7d

File tree

8 files changed

+786
-229
lines changed

8 files changed

+786
-229
lines changed

Cargo.lock

Lines changed: 89 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ version = "0.0.8"
1212
anyhow = "1.0.86"
1313
askama = { version = "0.12.1", features = ["with-axum"] }
1414
askama_axum = "0.4.0"
15+
atty = "0.2"
1516
aws-config = { version = "1.5.3", optional = true, features = [
1617
"behavior-version-latest",
1718
] }
@@ -24,6 +25,7 @@ base64 = "0.22"
2425
clap = { version = "4.5.4", features = ["string", "derive", "env"] }
2526
rust-embed = { version = "8.4.0", features = ["axum", "debug-embed"] }
2627
futures = "0.3.30"
28+
indicatif = "0.17"
2729
mime_guess = "2.0"
2830
rand = "0.8"
2931
reqwest = "0.12"

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ RUN apk add --no-cache curl
1717
# Install cloudflared
1818
RUN curl -L -o /usr/bin/cloudflared "https://github.com/cloudflare/cloudflared/releases/download/2024.6.1/cloudflared-linux-amd64" && chmod +x /usr/bin/cloudflared
1919

20-
# Install AWS SDK
21-
# TODO
22-
2320
# Install outpost
2421
COPY --from=build /build/target/x86_64-unknown-linux-musl/release/outpost /usr/bin/outpost
2522

0 commit comments

Comments
 (0)