A container registry that uses the AT Protocol for manifest storage and S3 for blob storage. atcr.io
docker container atproto go
81
fork

Configure Feed

Select the types of activity you want to include in your feed.

forcepathstyle

+1
+1
pkg/hold/config.go
··· 296 296 params["bucket"] = sc.Bucket 297 297 if sc.Endpoint != "" { 298 298 params["regionendpoint"] = sc.Endpoint 299 + params["forcepathstyle"] = true 299 300 } 300 301 301 302 storageCfg := configuration.Storage{}