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
<Endpoint-url>https://bucket.vpce-****-*****.s3.region.vpce.amazonaws.com</Endpoint-url>