You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening this issue 👍. The team will review it shortly.
If this is a bug report, make sure to include clear instructions how on to reproduce the problem with minimal reproducible examples, where possible. If this is a security report, please review our security policy as outlined in SECURITY.md.
If you haven't already, please take a moment to review our project's Code of Conduct document.
Is your feature request related to a problem? Please describe.
https://github.com/kanisterio/kanister/blob/master/docs/tutorial.rst uses containerlabs/aws-sdk which is 7 years old and does not support regions and does not support S3v4.
This causes the tutorial examples to fail.
Describe the solution you'd like
Replace
image: containerlabs/aws-sdk
With
image: amazon/aws-cli
The text was updated successfully, but these errors were encountered: