Skip to content

Releases: jdeppe-pivotal/s3proxy

v1.1

18 Apr 13:42
Compare
Choose a tag to compare
  • Added context support - mostly to facilitate debugging so that log messages can be correlated to specific requests.
  • Fixed a gross locking issue where I was not using pointer receivers. So locking was happening across multiple instances instead of a single instance.
  • Fixed a problem where the first (of multiple) incoming requests would invalidate an object and subsequent requests would still try to work with the invalidated structures. Added a minor layer of indirection so that a given URL could be locked.

First release

28 Mar 13:56
Compare
Choose a tag to compare

Basic S3 caching proxy