Skip to content
/ s3iot Public

AWS S3 Uploader/Downloader for IoT-ish applications

License

Notifications You must be signed in to change notification settings

at-wat/s3iot

Repository files navigation

s3iot

Go Reference ci codecov License

News

November 2023: API breaking change in aws-sdk-go-v2

https://github.com/aws/aws-sdk-go-v2 made a API breaking change in v1.23.0 (service/s3 v1.42.2). If you want to use the earlier versions, import github.com/at-wat/s3iot/awss3v2-1.22.2 instead of github.com/at-wat/s3iot/awss3v2.

AWS S3 Uploader/Downloader for IoT-ish applications

Package s3iot provides S3 uploader/downloader applicable for unreliable and congestible network. Main features:

  • Programmable retry
  • Pause/resume
  • Bandwidth control (uploader only)

Examples

License

This package is licensed under Apache License Version 2.0.