Skip to content

v0.6.9 AWSS3 EOFError fix & Debug improvements

Compare
Choose a tag to compare
@samoconnor samoconnor released this 16 Apr 07:25
· 802 commits to master since this release

Fix JuliaCloud/AWSS3.jl#26 -- EOFError doing S3 PUT to Ceph via nginx.

  • Reinstate yield() after @async writebody(...) in request(::Type{StreamLayer}, ...
  • See fa6b206

Debug message improvements:

  • Add timestamps to DEBUG_LEVEL > 0 messages
  • Print time since last read activity in show(::IO, ::Connection)
  • Enable DebugLayer (aka verbose=3) when DEBUG_LEVEL >= 3

Fix for query= option in request(::Client, …)