AWS EC2 cli for Gerbil Scheme
  • Scheme 99.8%
  • Makefile 0.2%
Find a file
Jaime Fournier cf6ce0d311 Add persistent HTTPS keep-alive connections for S3
Eliminates per-request TLS handshake overhead by reusing connections.
New s3/connection.ss implements HTTP/1.1 keep-alive with chunked
transfer encoding. S3Client gains keep-alive?: keyword (default #t)
with automatic fallback to single-use connections on failure.

Also handles Content-Encoding gzip decompression for persistent
connections (matching :std/net/request behavior) and uses resp-*
adapter functions so callers work transparently with both paths.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 15:33:24 -07:00
.claude updates 2026-02-03 21:04:02 -07:00
aws updates for memory 2026-02-04 14:24:52 -07:00
cfn updates 2026-02-03 16:14:52 -07:00
cli Add AWS SSM support 2026-02-06 12:40:06 -07:00
cloudwatch updates 2026-02-03 19:11:47 -07:00
compute-optimizer updates 2026-02-03 19:11:47 -07:00
cost-optimization-hub updates 2026-02-03 19:11:47 -07:00
dynamodb updates 2026-02-03 16:14:52 -07:00
ec2 updates 2026-02-03 16:14:52 -07:00
elbv2 updates 2026-02-03 19:11:47 -07:00
iam updates 2026-02-03 16:14:52 -07:00
lambda updates 2026-02-03 16:14:52 -07:00
logs updates 2026-02-03 16:14:52 -07:00
rds updates 2026-02-03 19:11:47 -07:00
s3 Add persistent HTTPS keep-alive connections for S3 2026-03-06 15:33:24 -07:00
sns updates 2026-02-03 16:14:52 -07:00
sqs updates 2026-02-03 16:14:52 -07:00
ssm updates 2026-02-06 14:23:29 -07:00
sts updates 2026-02-03 16:14:52 -07:00
.gitignore install 2026-02-03 16:40:47 -07:00
build.ss Add persistent HTTPS keep-alive connections for S3 2026-03-06 15:33:24 -07:00
CLAUDE.md updates 2026-02-03 16:14:52 -07:00
gerbil.pkg updates 2026-02-03 09:42:57 -07:00
Makefile updates 2026-02-06 14:23:29 -07:00
manifest.ss Fix S3 POST verb support and XML injection vulnerabilities 2026-03-06 14:17:36 -07:00
README.md first commit 2026-02-03 08:57:32 -07:00

gerbil-aws