azure-storage-file-go

Microsoft Azure File Storage Library for Go

MIT License

Stars
33

Bot releases are visible (Hide)

azure-storage-file-go - Azure Storage File Go SDK v0.8.0 Latest Release

Published by zezha-msft over 4 years ago

  • Allow more time formats for SAS
  • Enable recovering from an unexpectedEOF error
azure-storage-file-go - Azure Storage File Go SDK v0.7.0

Published by JohnRusk over 4 years ago

  • Add support for permissions
  • Add support for SMB properties
azure-storage-file-go - Azure Storage File Go SDK v0.6.0

Published by zezha-msft about 5 years ago

  • Added support for UploadRangeFromURL
azure-storage-file-go - Azure Storage File Go SDK v0.5.0

Published by zezha-msft over 5 years ago

  • Align jitter calculations exactly to blob SDK
  • General secondary host improvements
  • Log error body
azure-storage-file-go - Azure Storage File Go SDK v0.4.1

Published by vinjiang almost 6 years ago

- Updated module settings.
azure-storage-file-go - Azure Storage File Go SDK v0.4.0

Published by vinjiang almost 6 years ago

- [Breaking] Upgraded service version to 2018-03-28. Upgraded to latest protocol layer's models.
- [Breaking] Optimized error reporting and minimized panics. Removed most panics from the library. Several functions now return an error.
- [Breaking] Removed 2017-07-29 folder. And changed to use module support for versioning.
- Added forced retries and optional retry logging to retry reader.
- Fixed the service SAS to support specifying query params to override response headers.
- Fixed an issue that specify type of constant FileMaxSizeInBytes to support 32-bit build.
- Optimized `SASQueryParameters` to support time format YYYY-MM-DDThh:mmZ and YYYY-MM-DD for signedstart and signedexpiry.
- Optimized the mmf related code which switched to x/sys due to deprecation of syscall.
azure-storage-file-go - Azure Storage File Go SDK v0.3.0

Published by vinjiang about 6 years ago

  • Redact sig query parameter in copy source header.
  • Optimize retry logics that better handles net.Error and fix the context leak.
  • Update content md5 definitions.
  • Use latest spec and autorest generated code which optimized error handling and metadata validation.
  • Other optimizations done through aligning to blob SDK.
  • Optimize examples using azfile package as customer do.
  • Add CI support.
  • Add issue template.
  • Remove swagger spec, which is language agnostic.
azure-storage-file-go - Azure Storage File Go SDK v0.2.0

Published by vinjiang over 6 years ago

  • Add IP endpoint style URL parsing util.
  • Optimize method naming.
  • Apply latest auto-rest generated code.
  • Add error code getter in response helper.
  • Fix file downloading issue could happen during canceling.
  • Add dep to optimize dependency management.
azure-storage-file-go - Azure Storage File Go SDK v0.1.0

Published by vinjiang over 6 years ago

  • Initial public preview release of Azure Storage File SDK for Go
Package Rankings
Top 2.86% on Proxy.golang.org
Badges
Extracted from project README
GoDoc Widget Build Status
Related Projects