s3contents icon indicating copy to clipboard operation
s3contents copied to clipboard

The endpoint_url does not support IPv6 addresses.

Open WangChangsongGit opened this issue 2 years ago • 1 comments

If endpoint_url is set to an IPv6 address, for example, [xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:9000, the S3 storage cannot be connected.

c.S3ContentsManager.endpoint_url = "[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:9000"

WangChangsongGit avatar Jan 25 '22 09:01 WangChangsongGit

I am happy to keep it open for reference until its fixed but I think you should create another issue on S3FS (https://github.com/fsspec/s3fs). I just pass that value to that library directly.

danielfrg avatar Jan 26 '22 15:01 danielfrg