abdolence / sbt-gcs-resolver

SBT plugin for Google Cloud Storage (GCS) and Google Artifact Registry with Coursier support
Apache License 2.0
28 stars 7 forks source link

Only do one upstream request per connection #68

Closed peterrosell closed 4 months ago

peterrosell commented 4 months ago

By caching the inputStream only one upstream request is made per connection. When running the plugin with sbt and coursier the upstream gets 6 requests. See issue for reference, https://github.com/abdolence/sbt-gcs-resolver/issues/66

abdolence commented 4 months ago

This is obsolete now, since other PRs were merged.