• Monty's avatar
    Added options s3_port and s3_use_http to aria_s3_copy · 6bdc03eb
    Monty authored
    These options was needed in some cases, like when using minio that require
    the port option, to be able to connect to the S3 storage.
    The sympthom was that one could get the error
    "Table t1.MAI doesn't exist in s3"
    even if the table did exits.
    
    Other things:
    - Improved error message for non existing S3 files
    6bdc03eb
s3_func.c 45.6 KB