tangled
alpha
login
or
join now
evan.jarrett.net
/
at-container-registry
66
fork
atom
A container registry that uses the AT Protocol for manifest storage and S3 for blob storage.
atcr.io
docker
container
atproto
go
66
fork
atom
overview
issues
1
pulls
pipelines
forcepathstyle
evan.jarrett.net
1 month ago
07bc924a
24c7b03c
verified
This commit was signed with the committer's
known signature
.
evan.jarrett.net
SSH Key Fingerprint:
SHA256:bznk0uVPp7XFOl67P0uTM1pCjf2A4ojeP/lsUE7uauQ=
0/2
lint.yaml
failed
55s
tests.yml
failed
10s
+1
1 changed file
expand all
collapse all
unified
split
pkg
hold
config.go
+1
pkg/hold/config.go
···
296
296
params["bucket"] = sc.Bucket
297
297
if sc.Endpoint != "" {
298
298
params["regionendpoint"] = sc.Endpoint
299
299
+
params["forcepathstyle"] = true
299
300
}
300
301
301
302
storageCfg := configuration.Storage{}