S3 Access with VPC endpoint

Hello,

I have added a VPC endpoint (type: Interface) in order to control access to Buckets S3.
In AWS CLI, we have to add the option endpoint-url in the command to enable access. Example:
aws s3 --endpoint-url https://bucket.vpce--.s3.region.vpce.amazonaws.com ls s3://bucket-name

Unfortunately, I could not be able to access to S3 using Cloudberry.
I tried to add this line in the config file: settings.list
https://bucket.vpce-****-*****.s3.region.vpce.amazonaws.com

Could you please help me to solve this problem.

Many Thanks in advance.