build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.0 to 1.42.0 (#7145)
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.40.0 to 1.42.0.
This commit is contained in:
parent
6c9153aa76
commit
de58ad1318
22
go.mod
22
go.mod
|
|
@ -3,10 +3,10 @@ module github.com/letsencrypt/boulder
|
||||||
go 1.21
|
go 1.21
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/aws/aws-sdk-go-v2 v1.21.0
|
github.com/aws/aws-sdk-go-v2 v1.22.1
|
||||||
github.com/aws/aws-sdk-go-v2/config v1.18.25
|
github.com/aws/aws-sdk-go-v2/config v1.18.25
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.40.0
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.42.0
|
||||||
github.com/aws/smithy-go v1.14.2
|
github.com/aws/smithy-go v1.16.0
|
||||||
github.com/eggsampler/acme/v3 v3.4.0
|
github.com/eggsampler/acme/v3 v3.4.0
|
||||||
github.com/go-logr/stdr v1.2.2
|
github.com/go-logr/stdr v1.2.2
|
||||||
github.com/go-sql-driver/mysql v1.5.0
|
github.com/go-sql-driver/mysql v1.5.0
|
||||||
|
|
@ -46,17 +46,17 @@ require (
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.13 // indirect
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/credentials v1.13.24 // indirect
|
github.com/aws/aws-sdk-go-v2/credentials v1.13.24 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 // indirect
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.1 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.1 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.1.4 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.1 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.14 // indirect
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.0 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.36 // indirect
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.1 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35 // indirect
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.1 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.4 // indirect
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.1 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso v1.12.10 // indirect
|
github.com/aws/aws-sdk-go-v2/service/sso v1.12.10 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.10 // indirect
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.10 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.19.0 // indirect
|
github.com/aws/aws-sdk-go-v2/service/sts v1.19.0 // indirect
|
||||||
|
|
|
||||||
44
go.sum
44
go.sum
|
|
@ -47,10 +47,10 @@ github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRF
|
||||||
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
|
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
|
||||||
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
|
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
|
||||||
github.com/aws/aws-sdk-go-v2 v1.18.0/go.mod h1:uzbQtefpm44goOPmdKyAlXSNcwlRgF3ePWVW6EtJvvw=
|
github.com/aws/aws-sdk-go-v2 v1.18.0/go.mod h1:uzbQtefpm44goOPmdKyAlXSNcwlRgF3ePWVW6EtJvvw=
|
||||||
github.com/aws/aws-sdk-go-v2 v1.21.0 h1:gMT0IW+03wtYJhRqTVYn0wLzwdnK9sRMcxmtfGzRdJc=
|
github.com/aws/aws-sdk-go-v2 v1.22.1 h1:sjnni/AuoTXxHitsIdT0FwmqUuNUuHtufcVDErVFT9U=
|
||||||
github.com/aws/aws-sdk-go-v2 v1.21.0/go.mod h1:/RfNgGmRxI+iFOB1OeJUyxiU+9s88k3pfHvDagGEp0M=
|
github.com/aws/aws-sdk-go-v2 v1.22.1/go.mod h1:Kd0OJtkW3Q0M0lUWGszapWjEvrXDzRW+D21JNsroB+c=
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.13 h1:OPLEkmhXf6xFPiz0bLeDArZIDx1NNS4oJyG4nv3Gct0=
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0 h1:hHgLiIrTRtddC0AKcJr5s7i/hLgcpTt+q/FKxf1Zayk=
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.13/go.mod h1:gpAbvyDGQFozTEmlTFO8XcQKHzubdq0LzRyJpG6MiXM=
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0/go.mod h1:w4I/v3NOWgD+qvs1NPEwhd++1h3XPHFaVxasfY6HlYQ=
|
||||||
github.com/aws/aws-sdk-go-v2/config v1.18.25 h1:JuYyZcnMPBiFqn87L2cRppo+rNwgah6YwD3VuyvaW6Q=
|
github.com/aws/aws-sdk-go-v2/config v1.18.25 h1:JuYyZcnMPBiFqn87L2cRppo+rNwgah6YwD3VuyvaW6Q=
|
||||||
github.com/aws/aws-sdk-go-v2/config v1.18.25/go.mod h1:dZnYpD5wTW/dQF0rRNLVypB396zWCcPiBIvdvSWHEg4=
|
github.com/aws/aws-sdk-go-v2/config v1.18.25/go.mod h1:dZnYpD5wTW/dQF0rRNLVypB396zWCcPiBIvdvSWHEg4=
|
||||||
github.com/aws/aws-sdk-go-v2/credentials v1.13.24 h1:PjiYyls3QdCrzqUN35jMWtUK1vqVZ+zLfdOa/UPFDp0=
|
github.com/aws/aws-sdk-go-v2/credentials v1.13.24 h1:PjiYyls3QdCrzqUN35jMWtUK1vqVZ+zLfdOa/UPFDp0=
|
||||||
|
|
@ -58,26 +58,26 @@ github.com/aws/aws-sdk-go-v2/credentials v1.13.24/go.mod h1:jYPYi99wUOPIFi0rhiOv
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 h1:jJPgroehGvjrde3XufFIJUZVK5A2L9a3KwSFgKy9n8w=
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 h1:jJPgroehGvjrde3XufFIJUZVK5A2L9a3KwSFgKy9n8w=
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3/go.mod h1:4Q0UFP0YJf0NrsEuEYHpM9fTSEVnD16Z3uyEF7J9JGM=
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3/go.mod h1:4Q0UFP0YJf0NrsEuEYHpM9fTSEVnD16Z3uyEF7J9JGM=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33/go.mod h1:7i0PF1ME/2eUPFcjkVIwq+DOygHEoK92t5cDqNgYbIw=
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33/go.mod h1:7i0PF1ME/2eUPFcjkVIwq+DOygHEoK92t5cDqNgYbIw=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41 h1:22dGT7PneFMx4+b3pz7lMTRyN8ZKH7M2cW4GP9yUS2g=
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.1 h1:fi1ga6WysOyYb5PAf3Exd6B5GiSNpnZim4h1rhlBqx0=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41/go.mod h1:CrObHAuPneJBlfEJ5T3szXOUkLEThaGfvnhTf33buas=
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.1/go.mod h1:V5CY8wNurvPUibTi9mwqUqpiFZ5LnioKWIFUDtIzdI8=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.27/go.mod h1:UrHnn3QV/d0pBZ6QBAEQcqFLf8FAzLmoUfPVIueOvoM=
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.27/go.mod h1:UrHnn3QV/d0pBZ6QBAEQcqFLf8FAzLmoUfPVIueOvoM=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35 h1:SijA0mgjV8E+8G45ltVHs0fvKpTj8xmZJ3VwhGKtUSI=
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.1 h1:ZpaV/j48RlPc4AmOZuPv22pJliXjXq8/reL63YzyFnw=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35/go.mod h1:SJC1nEVVva1g3pHAIdCp7QsRIkMmLAgoDquQ9Rr8kYw=
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.1/go.mod h1:R8aXraabD2e3qv1csxM14/X9WF4wFMIY0kH4YEtYD5M=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34 h1:gGLG7yKaXG02/jBlg210R7VgQIotiQntNhsCFejawx8=
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34 h1:gGLG7yKaXG02/jBlg210R7VgQIotiQntNhsCFejawx8=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34/go.mod h1:Etz2dj6UHYuw+Xw830KfzCfWGMzqvUTCjUj5b76GVDc=
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34/go.mod h1:Etz2dj6UHYuw+Xw830KfzCfWGMzqvUTCjUj5b76GVDc=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.1.4 h1:6lJvvkQ9HmbHZ4h/IEwclwv2mrTW8Uq1SOB/kXy0mfw=
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.1 h1:vzYLDkwTw4CY0vUk84MeSufRf8XIsC/GsoIFXD60sTg=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.1.4/go.mod h1:1PrKYwxTM+zjpw9Y41KFtoJCQrJ34Z47Y4VgVbfndjo=
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.1/go.mod h1:ToBFBnjeGR2ruMx8IWp/y7vSK3Irj5/oPwifruiqoOM=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.14 h1:m0QTSI6pZYJTk5WSKx3fm5cNW/DCicVzULBgU/6IyD0=
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.0 h1:CJxo7ZBbaIzmXfV3hjcx36n9V87gJsIUPJflwqEHl3Q=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.14/go.mod h1:dDilntgHy9WnHXsh7dDtUPgHKEfTJIBUTHM8OWm0f/0=
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.0/go.mod h1:yjVfjuY4nD1EW9i387Kau+I6V5cBA5YnC/mWNopjZrI=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.36 h1:eev2yZX7esGRjqRbnVk1UxMLw4CyVZDpZXRCcy75oQk=
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.1 h1:15FUCJzAP9Y25nioTqTrGlZmhOtthaXBWlt4pS+d3Xo=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.36/go.mod h1:lGnOkH9NJATw0XEPcAknFBj3zzNTEGRHtSw+CwC1YTg=
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.1/go.mod h1:5655NW53Un6l7JzkI6AA3rZvf0m532cSnLThA1fVXcA=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.27/go.mod h1:EOwBD4J4S5qYszS5/3DpkejfuK+Z5/1uzICfPaZLtqw=
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.27/go.mod h1:EOwBD4J4S5qYszS5/3DpkejfuK+Z5/1uzICfPaZLtqw=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35 h1:CdzPW9kKitgIiLV1+MHobfR5Xg25iYnyzWZhyQuSlDI=
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.1 h1:2OXw3ppu1XsB6rqKEMV4tnecTjIY3PRV2U6IP6KPJQo=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35/go.mod h1:QGF2Rs33W5MaN9gYdEQOBBFPLwTZkEhRwI33f7KIG0o=
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.1/go.mod h1:FZB4AdakIqW/yERVdGJA6Z9jraax1beXfhBBnK2wwR8=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.4 h1:v0jkRigbSD6uOdwcaUQmgEwG1BkPfAPDqaeNt/29ghg=
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.1 h1:dnl0klXYX9EKpzZbWlH5LJL+YTcEZcJEMPFFr/rAHUQ=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.4/go.mod h1:LhTyt8J04LL+9cIt7pYJ5lbS/U98ZmXovLOR/4LUsk8=
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.1/go.mod h1:Mfk/9Joso4tCQYzM4q4HRUIqwln8lnIIMB/OE8Zebdc=
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.40.0 h1:wl5dxN1NONhTDQD9uaEvNsDRX29cBmGED/nl0jkWlt4=
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.42.0 h1:u0YoSrxjr3Lm+IqIlRAV+4YTFwkXjyB9db9CfUFge2w=
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.40.0/go.mod h1:rDGMZA7f4pbmTtPOk5v5UM2lmX6UAbRnMDJeDvnH7AM=
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.42.0/go.mod h1:98EIdRu+BNsdqITsXfy+57TZfwlUQC9aDn9a9qoo90U=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso v1.12.10 h1:UBQjaMTCKwyUYwiVnUt6toEJwGXsLBI6al083tpjJzY=
|
github.com/aws/aws-sdk-go-v2/service/sso v1.12.10 h1:UBQjaMTCKwyUYwiVnUt6toEJwGXsLBI6al083tpjJzY=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso v1.12.10/go.mod h1:ouy2P4z6sJN70fR3ka3wD3Ro3KezSxU6eKGQI2+2fjI=
|
github.com/aws/aws-sdk-go-v2/service/sso v1.12.10/go.mod h1:ouy2P4z6sJN70fR3ka3wD3Ro3KezSxU6eKGQI2+2fjI=
|
||||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.10 h1:PkHIIJs8qvq0e5QybnZoG1K/9QTrLr9OsqCIo59jOBA=
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.10 h1:PkHIIJs8qvq0e5QybnZoG1K/9QTrLr9OsqCIo59jOBA=
|
||||||
|
|
@ -85,8 +85,8 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.10/go.mod h1:AFvkxc8xfBe8XA+5
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.19.0 h1:2DQLAKDteoEDI8zpCzqBMaZlJuoE9iTYD0gFmXVax9E=
|
github.com/aws/aws-sdk-go-v2/service/sts v1.19.0 h1:2DQLAKDteoEDI8zpCzqBMaZlJuoE9iTYD0gFmXVax9E=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.19.0/go.mod h1:BgQOMsg8av8jset59jelyPW7NoZcZXLVpDsXunGDrk8=
|
github.com/aws/aws-sdk-go-v2/service/sts v1.19.0/go.mod h1:BgQOMsg8av8jset59jelyPW7NoZcZXLVpDsXunGDrk8=
|
||||||
github.com/aws/smithy-go v1.13.5/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA=
|
github.com/aws/smithy-go v1.13.5/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA=
|
||||||
github.com/aws/smithy-go v1.14.2 h1:MJU9hqBGbvWZdApzpvoF2WAIJDbtjK2NDJSiJP7HblQ=
|
github.com/aws/smithy-go v1.16.0 h1:gJZEH/Fqh+RsvlJ1Zt4tVAtV6bKkp3cC+R6FCZMNzik=
|
||||||
github.com/aws/smithy-go v1.14.2/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA=
|
github.com/aws/smithy-go v1.16.0/go.mod h1:NukqUGpCZIILqqiV0NIjeFh24kd/FAa4beRb6nbIUPE=
|
||||||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
||||||
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
|
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
|
||||||
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
|
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -10,7 +10,7 @@ BUILD_TAGS=-tags "example,codegen,integration,ec2env,perftest"
|
||||||
|
|
||||||
SMITHY_GO_SRC ?= $(shell pwd)/../smithy-go
|
SMITHY_GO_SRC ?= $(shell pwd)/../smithy-go
|
||||||
|
|
||||||
SDK_MIN_GO_VERSION ?= 1.15
|
SDK_MIN_GO_VERSION ?= 1.19
|
||||||
|
|
||||||
EACHMODULE_FAILFAST ?= true
|
EACHMODULE_FAILFAST ?= true
|
||||||
EACHMODULE_FAILFAST_FLAG=-fail-fast=${EACHMODULE_FAILFAST}
|
EACHMODULE_FAILFAST_FLAG=-fail-fast=${EACHMODULE_FAILFAST}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
`aws-sdk-go-v2` is the v2 AWS SDK for the Go programming language.
|
`aws-sdk-go-v2` is the v2 AWS SDK for the Go programming language.
|
||||||
|
|
||||||
The v2 SDK requires a minimum version of `Go 1.15`.
|
The v2 SDK requires a minimum version of `Go 1.19`.
|
||||||
|
|
||||||
Check out the [release notes](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md) for information about the latest bug
|
Check out the [release notes](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md) for information about the latest bug
|
||||||
fixes, updates, and features added to the SDK.
|
fixes, updates, and features added to the SDK.
|
||||||
|
|
@ -23,6 +23,15 @@ following in the AWS SDKs and Tools Shared Configuration and Credentials Referen
|
||||||
* [AWS SDKs and Tools Maintenance Policy](https://docs.aws.amazon.com/credref/latest/refdocs/maint-policy.html)
|
* [AWS SDKs and Tools Maintenance Policy](https://docs.aws.amazon.com/credref/latest/refdocs/maint-policy.html)
|
||||||
* [AWS SDKs and Tools Version Support Matrix](https://docs.aws.amazon.com/credref/latest/refdocs/version-support-matrix.html)
|
* [AWS SDKs and Tools Version Support Matrix](https://docs.aws.amazon.com/credref/latest/refdocs/version-support-matrix.html)
|
||||||
|
|
||||||
|
### Go version support policy
|
||||||
|
|
||||||
|
The v2 SDK follows the upstream [release policy](https://go.dev/doc/devel/release#policy)
|
||||||
|
with an additional six months of support for the most recently deprecated
|
||||||
|
language version.
|
||||||
|
|
||||||
|
**AWS reserves the right to drop support for unsupported Go versions earlier to
|
||||||
|
address critical security issues.**
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
To get started working with the SDK setup your project for Go modules, and retrieve the SDK dependencies with `go get`.
|
To get started working with the SDK setup your project for Go modules, and retrieve the SDK dependencies with `go get`.
|
||||||
This example shows how you can use the v2 SDK to make an API request using the SDK's [Amazon DynamoDB] client.
|
This example shows how you can use the v2 SDK to make an API request using the SDK's [Amazon DynamoDB] client.
|
||||||
|
|
|
||||||
|
|
@ -146,6 +146,10 @@ type Config struct {
|
||||||
// See https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html for
|
// See https://docs.aws.amazon.com/sdkref/latest/guide/settings-reference.html for
|
||||||
// more information on environment variables and shared config settings.
|
// more information on environment variables and shared config settings.
|
||||||
AppID string
|
AppID string
|
||||||
|
|
||||||
|
// BaseEndpoint is an intermediary transfer location to a service specific
|
||||||
|
// BaseEndpoint on a service's Options.
|
||||||
|
BaseEndpoint *string
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewConfig returns a new Config pointer that can be chained with builder
|
// NewConfig returns a new Config pointer that can be chained with builder
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package aws
|
package aws
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.21.0"
|
const goModuleVersion = "1.22.1"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
# v1.5.0 (2023-10-31)
|
||||||
|
|
||||||
|
* **Feature**: **BREAKING CHANGE**: Bump minimum go version to 1.19 per the revised [go version support policy](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/).
|
||||||
|
|
||||||
|
# v1.4.14 (2023-10-06)
|
||||||
|
|
||||||
|
* No change notes available for this release.
|
||||||
|
|
||||||
# v1.4.13 (2023-08-18)
|
# v1.4.13 (2023-08-18)
|
||||||
|
|
||||||
* No change notes available for this release.
|
* No change notes available for this release.
|
||||||
|
|
|
||||||
2
vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/go_module_metadata.go
generated
vendored
|
|
@ -3,4 +3,4 @@
|
||||||
package eventstream
|
package eventstream
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.4.13"
|
const goModuleVersion = "1.5.0"
|
||||||
|
|
|
||||||
|
|
@ -97,11 +97,21 @@ func (r RetryableConnectionError) IsErrorRetryable(err error) aws.Ternary {
|
||||||
var netOpErr *net.OpError
|
var netOpErr *net.OpError
|
||||||
var dnsError *net.DNSError
|
var dnsError *net.DNSError
|
||||||
|
|
||||||
switch {
|
if errors.As(err, &dnsError) {
|
||||||
case errors.As(err, &dnsError):
|
|
||||||
// NXDOMAIN errors should not be retried
|
// NXDOMAIN errors should not be retried
|
||||||
retryable = !dnsError.IsNotFound && dnsError.IsTemporary
|
if dnsError.IsNotFound {
|
||||||
|
return aws.BoolTernary(false)
|
||||||
|
}
|
||||||
|
|
||||||
|
// if !dnsError.Temporary(), error may or may not be temporary,
|
||||||
|
// (i.e. !Temporary() =/=> !retryable) so we should fall through to
|
||||||
|
// remaining checks
|
||||||
|
if dnsError.Temporary() {
|
||||||
|
return aws.BoolTernary(true)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
switch {
|
||||||
case errors.As(err, &conErr) && conErr.ConnectionError():
|
case errors.As(err, &conErr) && conErr.ConnectionError():
|
||||||
retryable = true
|
retryable = true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ if [ -z "$RUNNER_TMPDIR" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
branch=`git branch --show-current`
|
branch=$(git branch --show-current)
|
||||||
if [ "$branch" == main ]; then
|
if [ "$branch" == main ]; then
|
||||||
echo aws-sdk-go-v2 is on branch main, stop
|
echo aws-sdk-go-v2 is on branch main, stop
|
||||||
exit 0
|
exit 0
|
||||||
|
|
@ -38,10 +38,10 @@ fi
|
||||||
|
|
||||||
echo on branch \"$branch\"
|
echo on branch \"$branch\"
|
||||||
while [ -n "$branch" ] && [[ "$branch" == *-* ]]; do
|
while [ -n "$branch" ] && [[ "$branch" == *-* ]]; do
|
||||||
echo looking for $branch...
|
echo looking for "$branch"...
|
||||||
git ls-remote --exit-code --heads $repository refs/heads/$branch
|
git ls-remote --exit-code --heads "$repository" refs/heads/"$branch"
|
||||||
if [ "$?" == 0 ]; then
|
if [ "$?" == 0 ]; then
|
||||||
echo found $branch
|
echo found "$branch"
|
||||||
matched_branch=$branch
|
matched_branch=$branch
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
@ -54,5 +54,5 @@ if [ -z "$matched_branch" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git clone -b $matched_branch $repository $RUNNER_TMPDIR/smithy-go
|
git clone -b "$matched_branch" "$repository" "$RUNNER_TMPDIR"/smithy-go
|
||||||
SMITHY_GO_SRC=$RUNNER_TMPDIR/smithy-go make gen-mod-replace-smithy-.
|
SMITHY_GO_SRC=$RUNNER_TMPDIR/smithy-go make gen-mod-replace-smithy-.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,20 @@
|
||||||
|
# v1.2.1 (2023-11-01)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.2.0 (2023-10-31)
|
||||||
|
|
||||||
|
* **Feature**: **BREAKING CHANGE**: Bump minimum go version to 1.19 per the revised [go version support policy](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/).
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.1.43 (2023-10-12)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.1.42 (2023-10-06)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.1.41 (2023-08-21)
|
# v1.1.41 (2023-08-21)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
|
||||||
57
vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/endpoints.go
generated
vendored
Normal file
57
vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/endpoints.go
generated
vendored
Normal file
|
|
@ -0,0 +1,57 @@
|
||||||
|
package configsources
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
)
|
||||||
|
|
||||||
|
// ServiceBaseEndpointProvider is needed to search for all providers
|
||||||
|
// that provide a configured service endpoint
|
||||||
|
type ServiceBaseEndpointProvider interface {
|
||||||
|
GetServiceBaseEndpoint(ctx context.Context, sdkID string) (string, bool, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
// IgnoreConfiguredEndpointsProvider is needed to search for all providers
|
||||||
|
// that provide a flag to disable configured endpoints.
|
||||||
|
//
|
||||||
|
// Currently duplicated from github.com/aws/aws-sdk-go-v2/config because
|
||||||
|
// service packages cannot import github.com/aws/aws-sdk-go-v2/config
|
||||||
|
// due to result import cycle error.
|
||||||
|
type IgnoreConfiguredEndpointsProvider interface {
|
||||||
|
GetIgnoreConfiguredEndpoints(ctx context.Context) (bool, bool, error)
|
||||||
|
}
|
||||||
|
|
||||||
|
// GetIgnoreConfiguredEndpoints is used in knowing when to disable configured
|
||||||
|
// endpoints feature.
|
||||||
|
//
|
||||||
|
// Currently duplicated from github.com/aws/aws-sdk-go-v2/config because
|
||||||
|
// service packages cannot import github.com/aws/aws-sdk-go-v2/config
|
||||||
|
// due to result import cycle error.
|
||||||
|
func GetIgnoreConfiguredEndpoints(ctx context.Context, configs []interface{}) (value bool, found bool, err error) {
|
||||||
|
for _, cfg := range configs {
|
||||||
|
if p, ok := cfg.(IgnoreConfiguredEndpointsProvider); ok {
|
||||||
|
value, found, err = p.GetIgnoreConfiguredEndpoints(ctx)
|
||||||
|
if err != nil || found {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
// ResolveServiceBaseEndpoint is used to retrieve service endpoints from configured sources
|
||||||
|
// while allowing for configured endpoints to be disabled
|
||||||
|
func ResolveServiceBaseEndpoint(ctx context.Context, sdkID string, configs []interface{}) (value string, found bool, err error) {
|
||||||
|
if val, found, _ := GetIgnoreConfiguredEndpoints(ctx, configs); found && val {
|
||||||
|
return "", false, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, cs := range configs {
|
||||||
|
if p, ok := cs.(ServiceBaseEndpointProvider); ok {
|
||||||
|
value, found, err = p.GetServiceBaseEndpoint(context.Background(), sdkID)
|
||||||
|
if err != nil || found {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
2
vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/go_module_metadata.go
generated
vendored
|
|
@ -3,4 +3,4 @@
|
||||||
package configsources
|
package configsources
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.1.41"
|
const goModuleVersion = "1.2.1"
|
||||||
|
|
|
||||||
7
vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn/partitions.json
generated
vendored
7
vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn/partitions.json
generated
vendored
|
|
@ -4,6 +4,7 @@
|
||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "amazonaws.com",
|
"dnsSuffix" : "amazonaws.com",
|
||||||
"dualStackDnsSuffix" : "api.aws",
|
"dualStackDnsSuffix" : "api.aws",
|
||||||
|
"implicitGlobalRegion" : "us-east-1",
|
||||||
"name" : "aws",
|
"name" : "aws",
|
||||||
"supportsDualStack" : true,
|
"supportsDualStack" : true,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
|
|
@ -103,6 +104,7 @@
|
||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "amazonaws.com.cn",
|
"dnsSuffix" : "amazonaws.com.cn",
|
||||||
"dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
|
"dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
|
||||||
|
"implicitGlobalRegion" : "cn-northwest-1",
|
||||||
"name" : "aws-cn",
|
"name" : "aws-cn",
|
||||||
"supportsDualStack" : true,
|
"supportsDualStack" : true,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
|
|
@ -124,6 +126,7 @@
|
||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "amazonaws.com",
|
"dnsSuffix" : "amazonaws.com",
|
||||||
"dualStackDnsSuffix" : "api.aws",
|
"dualStackDnsSuffix" : "api.aws",
|
||||||
|
"implicitGlobalRegion" : "us-gov-west-1",
|
||||||
"name" : "aws-us-gov",
|
"name" : "aws-us-gov",
|
||||||
"supportsDualStack" : true,
|
"supportsDualStack" : true,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
|
|
@ -145,6 +148,7 @@
|
||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "c2s.ic.gov",
|
"dnsSuffix" : "c2s.ic.gov",
|
||||||
"dualStackDnsSuffix" : "c2s.ic.gov",
|
"dualStackDnsSuffix" : "c2s.ic.gov",
|
||||||
|
"implicitGlobalRegion" : "us-iso-east-1",
|
||||||
"name" : "aws-iso",
|
"name" : "aws-iso",
|
||||||
"supportsDualStack" : false,
|
"supportsDualStack" : false,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
|
|
@ -166,6 +170,7 @@
|
||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "sc2s.sgov.gov",
|
"dnsSuffix" : "sc2s.sgov.gov",
|
||||||
"dualStackDnsSuffix" : "sc2s.sgov.gov",
|
"dualStackDnsSuffix" : "sc2s.sgov.gov",
|
||||||
|
"implicitGlobalRegion" : "us-isob-east-1",
|
||||||
"name" : "aws-iso-b",
|
"name" : "aws-iso-b",
|
||||||
"supportsDualStack" : false,
|
"supportsDualStack" : false,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
|
|
@ -184,6 +189,7 @@
|
||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "cloud.adc-e.uk",
|
"dnsSuffix" : "cloud.adc-e.uk",
|
||||||
"dualStackDnsSuffix" : "cloud.adc-e.uk",
|
"dualStackDnsSuffix" : "cloud.adc-e.uk",
|
||||||
|
"implicitGlobalRegion" : "eu-isoe-west-1",
|
||||||
"name" : "aws-iso-e",
|
"name" : "aws-iso-e",
|
||||||
"supportsDualStack" : false,
|
"supportsDualStack" : false,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
|
|
@ -195,6 +201,7 @@
|
||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "csp.hci.ic.gov",
|
"dnsSuffix" : "csp.hci.ic.gov",
|
||||||
"dualStackDnsSuffix" : "csp.hci.ic.gov",
|
"dualStackDnsSuffix" : "csp.hci.ic.gov",
|
||||||
|
"implicitGlobalRegion" : "us-isof-south-1",
|
||||||
"name" : "aws-iso-f",
|
"name" : "aws-iso-f",
|
||||||
"supportsDualStack" : false,
|
"supportsDualStack" : false,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,20 @@
|
||||||
|
# v2.5.1 (2023-11-01)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v2.5.0 (2023-10-31)
|
||||||
|
|
||||||
|
* **Feature**: **BREAKING CHANGE**: Bump minimum go version to 1.19 per the revised [go version support policy](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/).
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v2.4.37 (2023-10-12)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v2.4.36 (2023-10-06)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v2.4.35 (2023-08-21)
|
# v2.4.35 (2023-08-21)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
|
||||||
2
vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/go_module_metadata.go
generated
vendored
|
|
@ -3,4 +3,4 @@
|
||||||
package endpoints
|
package endpoints
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "2.4.35"
|
const goModuleVersion = "2.5.1"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,20 @@
|
||||||
|
# v1.2.1 (2023-11-01)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.2.0 (2023-10-31)
|
||||||
|
|
||||||
|
* **Feature**: **BREAKING CHANGE**: Bump minimum go version to 1.19 per the revised [go version support policy](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/).
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.1.6 (2023-10-12)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.1.5 (2023-10-06)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.1.4 (2023-08-21)
|
# v1.1.4 (2023-08-21)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package v4a
|
package v4a
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.1.4"
|
const goModuleVersion = "1.2.1"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
"github.com/aws/aws-sdk-go" = "v1.44.28"
|
"github.com/aws/aws-sdk-go" = "v1.44.28"
|
||||||
"github.com/aws/smithy-go" = "v1.14.2"
|
"github.com/aws/smithy-go" = "v1.16.0"
|
||||||
"github.com/google/go-cmp" = "v0.5.8"
|
"github.com/google/go-cmp" = "v0.5.8"
|
||||||
"github.com/jmespath/go-jmespath" = "v0.4.0"
|
"github.com/jmespath/go-jmespath" = "v0.4.0"
|
||||||
"golang.org/x/net" = "v0.1.0"
|
"golang.org/x/net" = "v0.1.0"
|
||||||
|
|
|
||||||
8
vendor/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/CHANGELOG.md
generated
vendored
8
vendor/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/CHANGELOG.md
generated
vendored
|
|
@ -1,3 +1,11 @@
|
||||||
|
# v1.10.0 (2023-10-31)
|
||||||
|
|
||||||
|
* **Feature**: **BREAKING CHANGE**: Bump minimum go version to 1.19 per the revised [go version support policy](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/).
|
||||||
|
|
||||||
|
# v1.9.15 (2023-10-06)
|
||||||
|
|
||||||
|
* No change notes available for this release.
|
||||||
|
|
||||||
# v1.9.14 (2023-08-18)
|
# v1.9.14 (2023-08-18)
|
||||||
|
|
||||||
* No change notes available for this release.
|
* No change notes available for this release.
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package acceptencoding
|
package acceptencoding
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.9.14"
|
const goModuleVersion = "1.10.0"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,20 @@
|
||||||
|
# v1.2.1 (2023-11-01)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.2.0 (2023-10-31)
|
||||||
|
|
||||||
|
* **Feature**: **BREAKING CHANGE**: Bump minimum go version to 1.19 per the revised [go version support policy](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/).
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.1.38 (2023-10-12)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.1.37 (2023-10-06)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.1.36 (2023-08-21)
|
# v1.1.36 (2023-08-21)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
|
||||||
2
vendor/github.com/aws/aws-sdk-go-v2/service/internal/checksum/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/service/internal/checksum/go_module_metadata.go
generated
vendored
|
|
@ -3,4 +3,4 @@
|
||||||
package checksum
|
package checksum
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.1.36"
|
const goModuleVersion = "1.2.1"
|
||||||
|
|
|
||||||
17
vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/CHANGELOG.md
generated
vendored
17
vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/CHANGELOG.md
generated
vendored
|
|
@ -1,3 +1,20 @@
|
||||||
|
# v1.10.1 (2023-11-01)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.10.0 (2023-10-31)
|
||||||
|
|
||||||
|
* **Feature**: **BREAKING CHANGE**: Bump minimum go version to 1.19 per the revised [go version support policy](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/).
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.9.37 (2023-10-12)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.9.36 (2023-10-06)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.9.35 (2023-08-21)
|
# v1.9.35 (2023-08-21)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package presignedurl
|
package presignedurl
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.9.35"
|
const goModuleVersion = "1.10.1"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,20 @@
|
||||||
|
# v1.16.1 (2023-11-01)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.16.0 (2023-10-31)
|
||||||
|
|
||||||
|
* **Feature**: **BREAKING CHANGE**: Bump minimum go version to 1.19 per the revised [go version support policy](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/).
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.15.6 (2023-10-12)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.15.5 (2023-10-06)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.15.4 (2023-08-21)
|
# v1.15.4 (2023-08-21)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
|
||||||
2
vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/go_module_metadata.go
generated
vendored
|
|
@ -3,4 +3,4 @@
|
||||||
package s3shared
|
package s3shared
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.15.4"
|
const goModuleVersion = "1.16.1"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,21 @@
|
||||||
|
# v1.42.0 (2023-11-01)
|
||||||
|
|
||||||
|
* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.41.0 (2023-10-31)
|
||||||
|
|
||||||
|
* **Feature**: **BREAKING CHANGE**: Bump minimum go version to 1.19 per the revised [go version support policy](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/).
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.40.2 (2023-10-12)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.40.1 (2023-10-06)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.40.0 (2023-09-26)
|
# v1.40.0 (2023-09-26)
|
||||||
|
|
||||||
* **Feature**: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.
|
* **Feature**: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.
|
||||||
|
|
|
||||||
|
|
@ -347,6 +347,7 @@ func NewFromConfig(cfg aws.Config, optFns ...func(*Options)) *Client {
|
||||||
resolveDisableMultiRegionAccessPoints(cfg, &opts)
|
resolveDisableMultiRegionAccessPoints(cfg, &opts)
|
||||||
resolveUseDualStackEndpoint(cfg, &opts)
|
resolveUseDualStackEndpoint(cfg, &opts)
|
||||||
resolveUseFIPSEndpoint(cfg, &opts)
|
resolveUseFIPSEndpoint(cfg, &opts)
|
||||||
|
resolveBaseEndpoint(cfg, &opts)
|
||||||
return New(opts, optFns...)
|
return New(opts, optFns...)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/aws/aws-sdk-go-v2/aws"
|
"github.com/aws/aws-sdk-go-v2/aws"
|
||||||
awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware"
|
awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware"
|
||||||
|
internalConfig "github.com/aws/aws-sdk-go-v2/internal/configsources"
|
||||||
"github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn"
|
"github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn"
|
||||||
internalendpoints "github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints"
|
internalendpoints "github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints"
|
||||||
smithy "github.com/aws/smithy-go"
|
smithy "github.com/aws/smithy-go"
|
||||||
|
|
@ -18,6 +19,7 @@ import (
|
||||||
smithyhttp "github.com/aws/smithy-go/transport/http"
|
smithyhttp "github.com/aws/smithy-go/transport/http"
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -204,6 +206,24 @@ func resolveEndpointResolverV2(options *Options) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func resolveBaseEndpoint(cfg aws.Config, o *Options) {
|
||||||
|
if cfg.BaseEndpoint != nil {
|
||||||
|
o.BaseEndpoint = cfg.BaseEndpoint
|
||||||
|
}
|
||||||
|
|
||||||
|
_, g := os.LookupEnv("AWS_ENDPOINT_URL")
|
||||||
|
_, s := os.LookupEnv("AWS_ENDPOINT_URL_S3")
|
||||||
|
|
||||||
|
if g && !s {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
value, found, err := internalConfig.ResolveServiceBaseEndpoint(context.Background(), "S3", cfg.ConfigSources)
|
||||||
|
if found && err == nil {
|
||||||
|
o.BaseEndpoint = &value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Utility function to aid with translating pseudo-regions to classical regions
|
// Utility function to aid with translating pseudo-regions to classical regions
|
||||||
// with the appropriate setting indicated by the pseudo-region
|
// with the appropriate setting indicated by the pseudo-region
|
||||||
func mapPseudoRegion(pr string) (region string, fips aws.FIPSEndpointState) {
|
func mapPseudoRegion(pr string) (region string, fips aws.FIPSEndpointState) {
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,7 @@
|
||||||
"deserializers.go",
|
"deserializers.go",
|
||||||
"doc.go",
|
"doc.go",
|
||||||
"endpoints.go",
|
"endpoints.go",
|
||||||
|
"endpoints_config_test.go",
|
||||||
"endpoints_test.go",
|
"endpoints_test.go",
|
||||||
"eventstream.go",
|
"eventstream.go",
|
||||||
"generated.json",
|
"generated.json",
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package s3
|
package s3
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.40.0"
|
const goModuleVersion = "1.42.0"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,15 @@
|
||||||
|
# Release (2023-10-31)
|
||||||
|
|
||||||
|
## Module Highlights
|
||||||
|
* `github.com/aws/smithy-go`: v1.16.0
|
||||||
|
* **Feature**: **LANG**: Bump minimum go version to 1.19.
|
||||||
|
|
||||||
|
# Release (2023-10-06)
|
||||||
|
|
||||||
|
## Module Highlights
|
||||||
|
* `github.com/aws/smithy-go`: v1.15.0
|
||||||
|
* **Feature**: Add `http.WithHeaderComment` middleware.
|
||||||
|
|
||||||
# Release (2023-08-18)
|
# Release (2023-08-18)
|
||||||
|
|
||||||
* No change notes available for this release.
|
* No change notes available for this release.
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,21 @@
|
||||||
|
|
||||||
**WARNING: All interfaces are subject to change.**
|
**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](https://github.com/aws/smithy-go/blob/main/codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ProtocolGenerator.java),
|
||||||
|
such as [AWS restJson1](https://smithy.io/2.0/aws/protocols/aws-restjson1-protocol.html),
|
||||||
|
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](https://smithy.io/2.0/aws/protocols/index.html)
|
||||||
|
exists in [aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2). We are
|
||||||
|
tracking the movement of those out of the SDK into smithy-go in
|
||||||
|
[#458](https://github.com/aws/smithy-go/issues/458), but there's currently no
|
||||||
|
timeline for doing so.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the Apache-2.0 License.
|
This project is licensed under the Apache-2.0 License.
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
package smithy
|
package smithy
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.14.2"
|
const goModuleVersion = "1.16.0"
|
||||||
|
|
|
||||||
81
vendor/github.com/aws/smithy-go/transport/http/middleware_header_comment.go
generated
vendored
Normal file
81
vendor/github.com/aws/smithy-go/transport/http/middleware_header_comment.go
generated
vendored
Normal file
|
|
@ -0,0 +1,81 @@
|
||||||
|
package http
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"fmt"
|
||||||
|
"net/http"
|
||||||
|
|
||||||
|
"github.com/aws/smithy-go/middleware"
|
||||||
|
)
|
||||||
|
|
||||||
|
// WithHeaderComment instruments a middleware stack to append an HTTP field
|
||||||
|
// comment to the given header as specified in RFC 9110
|
||||||
|
// (https://www.rfc-editor.org/rfc/rfc9110#name-comments).
|
||||||
|
//
|
||||||
|
// The header is case-insensitive. If the provided header exists when the
|
||||||
|
// middleware runs, the content will be inserted as-is enclosed in parentheses.
|
||||||
|
//
|
||||||
|
// Note that per the HTTP specification, comments are only allowed in fields
|
||||||
|
// containing "comment" as part of their field value definition, but this API
|
||||||
|
// will NOT verify whether the provided header is one of them.
|
||||||
|
//
|
||||||
|
// WithHeaderComment MAY be applied more than once to a middleware stack and/or
|
||||||
|
// more than once per header.
|
||||||
|
func WithHeaderComment(header, content string) func(*middleware.Stack) error {
|
||||||
|
return func(s *middleware.Stack) error {
|
||||||
|
m, err := getOrAddHeaderComment(s)
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("get or add header comment: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
m.values.Add(header, content)
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
type headerCommentMiddleware struct {
|
||||||
|
values http.Header // hijack case-insensitive access APIs
|
||||||
|
}
|
||||||
|
|
||||||
|
func (*headerCommentMiddleware) ID() string {
|
||||||
|
return "headerComment"
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *headerCommentMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) (
|
||||||
|
out middleware.BuildOutput, metadata middleware.Metadata, err error,
|
||||||
|
) {
|
||||||
|
r, ok := in.Request.(*Request)
|
||||||
|
if !ok {
|
||||||
|
return out, metadata, fmt.Errorf("unknown transport type %T", in.Request)
|
||||||
|
}
|
||||||
|
|
||||||
|
for h, contents := range m.values {
|
||||||
|
for _, c := range contents {
|
||||||
|
if existing := r.Header.Get(h); existing != "" {
|
||||||
|
r.Header.Set(h, fmt.Sprintf("%s (%s)", existing, c))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return next.HandleBuild(ctx, in)
|
||||||
|
}
|
||||||
|
|
||||||
|
func getOrAddHeaderComment(s *middleware.Stack) (*headerCommentMiddleware, error) {
|
||||||
|
id := (*headerCommentMiddleware)(nil).ID()
|
||||||
|
m, ok := s.Build.Get(id)
|
||||||
|
if !ok {
|
||||||
|
m := &headerCommentMiddleware{values: http.Header{}}
|
||||||
|
if err := s.Build.Add(m, middleware.After); err != nil {
|
||||||
|
return nil, fmt.Errorf("add build: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return m, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
hc, ok := m.(*headerCommentMiddleware)
|
||||||
|
if !ok {
|
||||||
|
return nil, fmt.Errorf("existing middleware w/ id %s is not *headerCommentMiddleware", id)
|
||||||
|
}
|
||||||
|
|
||||||
|
return hc, nil
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# github.com/aws/aws-sdk-go-v2 v1.21.0
|
# github.com/aws/aws-sdk-go-v2 v1.22.1
|
||||||
## explicit; go 1.15
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2
|
github.com/aws/aws-sdk-go-v2
|
||||||
github.com/aws/aws-sdk-go-v2/aws
|
github.com/aws/aws-sdk-go-v2/aws
|
||||||
github.com/aws/aws-sdk-go-v2/aws/arn
|
github.com/aws/aws-sdk-go-v2/aws/arn
|
||||||
|
|
@ -22,8 +22,8 @@ github.com/aws/aws-sdk-go-v2/internal/shareddefaults
|
||||||
github.com/aws/aws-sdk-go-v2/internal/strings
|
github.com/aws/aws-sdk-go-v2/internal/strings
|
||||||
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
|
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
|
||||||
github.com/aws/aws-sdk-go-v2/internal/timeconv
|
github.com/aws/aws-sdk-go-v2/internal/timeconv
|
||||||
# github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.13
|
# github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.0
|
||||||
## explicit; go 1.15
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
|
||||||
# github.com/aws/aws-sdk-go-v2/config v1.18.25
|
# github.com/aws/aws-sdk-go-v2/config v1.18.25
|
||||||
|
|
@ -42,36 +42,36 @@ github.com/aws/aws-sdk-go-v2/credentials/stscreds
|
||||||
## explicit; go 1.15
|
## explicit; go 1.15
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
|
||||||
# github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41
|
# github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.1
|
||||||
## explicit; go 1.15
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources
|
github.com/aws/aws-sdk-go-v2/internal/configsources
|
||||||
# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35
|
# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.1
|
||||||
## explicit; go 1.15
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
|
||||||
# github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34
|
# github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34
|
||||||
## explicit; go 1.15
|
## explicit; go 1.15
|
||||||
github.com/aws/aws-sdk-go-v2/internal/ini
|
github.com/aws/aws-sdk-go-v2/internal/ini
|
||||||
# github.com/aws/aws-sdk-go-v2/internal/v4a v1.1.4
|
# github.com/aws/aws-sdk-go-v2/internal/v4a v1.2.1
|
||||||
## explicit; go 1.15
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/internal/v4a
|
github.com/aws/aws-sdk-go-v2/internal/v4a
|
||||||
github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto
|
github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto
|
||||||
github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4
|
github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4
|
||||||
# github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.14
|
# github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.0
|
||||||
## explicit; go 1.15
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
|
||||||
# github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.36
|
# github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.2.1
|
||||||
## explicit; go 1.15
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/checksum
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum
|
||||||
# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35
|
# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.1
|
||||||
## explicit; go 1.15
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
|
||||||
# github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.15.4
|
# github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.16.1
|
||||||
## explicit; go 1.15
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config
|
||||||
# github.com/aws/aws-sdk-go-v2/service/s3 v1.40.0
|
# github.com/aws/aws-sdk-go-v2/service/s3 v1.42.0
|
||||||
## explicit; go 1.15
|
## explicit; go 1.19
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3
|
github.com/aws/aws-sdk-go-v2/service/s3
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
|
github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
|
github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
|
||||||
|
|
@ -92,8 +92,8 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc/types
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts
|
github.com/aws/aws-sdk-go-v2/service/sts
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
|
github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts/types
|
github.com/aws/aws-sdk-go-v2/service/sts/types
|
||||||
# github.com/aws/smithy-go v1.14.2
|
# github.com/aws/smithy-go v1.16.0
|
||||||
## explicit; go 1.15
|
## explicit; go 1.19
|
||||||
github.com/aws/smithy-go
|
github.com/aws/smithy-go
|
||||||
github.com/aws/smithy-go/auth/bearer
|
github.com/aws/smithy-go/auth/bearer
|
||||||
github.com/aws/smithy-go/context
|
github.com/aws/smithy-go/context
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue