You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Added S3-specific settings (region, endpoint, profile, scheme) to
HttpBinaryCacheStoreConfig to prevent 'unknown setting' warnings
2. Fixed URL construction in makeRequest() to properly handle:
- S3 store URLs with query parameters (like ?region=us-east-2)
- Paths that contain their own query parameters (like nar/file.nar?hash=abc)
- Proper placement of path before query parameters in URLs
3. Fixed parseS3Url() to allow empty keys for store-level operations
The key is filled in by specific operations (e.g., 'nix-cache-info')
0 commit comments