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

Configure Feed

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

fix presigned urls

+1 -4
+1 -4
cmd/hold/main.go
··· 114 114 } 115 115 116 116 // Extract S3 configuration from storage parameters 117 - params, ok := s.config.Storage.Parameters()["s3"].(configuration.Parameters) 118 - if !ok { 119 - return fmt.Errorf("failed to get S3 parameters from storage config") 120 - } 117 + params := s.config.Storage.Parameters() 121 118 122 119 // Extract required S3 configuration 123 120 region, _ := params["region"].(string)