Skip to content

v0.5.0

Compare
Choose a tag to compare
@vangent vangent released this 02 Nov 18:42
· 1670 commits to master since this release
2152f20

Highlights:

  • blob: Added support for accessing provider-specific types via As.
  • blob: Added List for listing blobs in a bucket.
  • blob: Added SignedURL for creating a URL granting temporary access to a blob.
  • blob: Added blob.Open, for creating a blob.Bucket based on a URL like s3://mybucket or gs://mybucket.
  • blob: Added ContentMD5 option when writing.
  • server: Added a constructor for DefaultDriver to apply timeouts.
  • wire: Improved FAQ and package documentation.