kaniko/vendor/github.com/aws/smithy-go
dependabot[bot] 124e22b4e2
chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager (#2861)
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.14.0/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.13.1...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-19 19:28:21 -08:00
..
auth chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager (#2861) 2023-11-19 19:28:21 -08:00
context use aws-sdk-go-v2 (#2550) 2023-06-07 14:54:30 -07:00
document Bump deps (#1885) 2022-01-21 13:59:16 -05:00
encoding chore(deps): bump github.com/aws/aws-sdk-go-v2/config (#2651) 2023-07-31 17:19:27 -07:00
endpoints chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager (#2650) 2023-08-01 11:21:16 -07:00
internal/sync/singleflight use aws-sdk-go-v2 (#2550) 2023-06-07 14:54:30 -07:00
io Bump deps (#1885) 2022-01-21 13:59:16 -05:00
logging Bump deps (#1885) 2022-01-21 13:59:16 -05:00
middleware Bump deps (#1885) 2022-01-21 13:59:16 -05:00
ptr Bump deps (#1885) 2022-01-21 13:59:16 -05:00
rand Bump deps (#1885) 2022-01-21 13:59:16 -05:00
sync use aws-sdk-go-v2 (#2550) 2023-06-07 14:54:30 -07:00
time Bump deps (#1885) 2022-01-21 13:59:16 -05:00
transport/http chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager (#2861) 2023-11-19 19:28:21 -08:00
waiter Bump deps (#1885) 2022-01-21 13:59:16 -05:00
.gitignore chore(deps): bump github.com/aws/aws-sdk-go-v2/config (#2651) 2023-07-31 17:19:27 -07:00
.travis.yml Bump deps (#1885) 2022-01-21 13:59:16 -05:00
CHANGELOG.md chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager (#2861) 2023-11-19 19:28:21 -08:00
CODE_OF_CONDUCT.md Bump deps (#1885) 2022-01-21 13:59:16 -05:00
CONTRIBUTING.md Bump deps (#1885) 2022-01-21 13:59:16 -05:00
LICENSE Bump deps (#1885) 2022-01-21 13:59:16 -05:00
Makefile use aws-sdk-go-v2 (#2550) 2023-06-07 14:54:30 -07:00
NOTICE Bump deps (#1885) 2022-01-21 13:59:16 -05:00
README.md chore(deps): bump github.com/aws/aws-sdk-go-v2/config (#2777) 2023-10-09 07:16:10 -07:00
doc.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
document.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
errors.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00
go_module_metadata.go chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager (#2861) 2023-11-19 19:28:21 -08:00
local-mod-replace.sh Bump deps (#1885) 2022-01-21 13:59:16 -05:00
modman.toml use aws-sdk-go-v2 (#2550) 2023-06-07 14:54:30 -07:00
properties.go chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager (#2861) 2023-11-19 19:28:21 -08:00
validation.go Bump deps (#1885) 2022-01-21 13:59:16 -05:00

README.md

Smithy Go

Go Build StatusCodegen Build Status

Smithy code generators for Go.

WARNING: All interfaces are subject to change.

Can I use this?

In order to generate a usable smithy client you must provide a protocol definition, such as AWS restJson1, in order to generate transport mechanisms and serialization/deserialization code ("serde") accordingly.

The code generator does not currently support any protocols out of the box, therefore the useability of this project on its own is currently limited. Support for all AWS protocols exists in aws-sdk-go-v2. We are tracking the movement of those out of the SDK into smithy-go in #458, but there's currently no timeline for doing so.

License

This project is licensed under the Apache-2.0 License.