Hello, I've set up a vserver, data lif, bucket and user for S3 on my netapp. But I can't seem to connect from the aws cli.
$ cat .aws/config
[default]
s3 =
signature_version = s3v4
$ aws --endpoint-url https://192.168.x.x --no-verify-ssl s3 ls
urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host '192.168.103.56'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host '192.168.103.56'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host '192.168.103.56'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
An error occurred (InternalError) when calling the ListBuckets operation (reached max retries: 2): We encountered an internal error. Please try again.
Nothing in the ontap events logs to hint at what I'm doing wrong. My user should have FullAccess.
Any hints on what I might be doing wrong?