docker で最新の localstack を使用しています。私はs3をlsしようとしています:
$ aws s3 --endpoint='http://localhost:4572' ls
そして、私は次の結果を得ています:
astimezone() cannot be applied to a naive datetime
どうしたの?
docker で最新の localstack を使用しています。私はs3をlsしようとしています:
$ aws s3 --endpoint='http://localhost:4572' ls
そして、私は次の結果を得ています:
astimezone() cannot be applied to a naive datetime
どうしたの?