by using https:, does that guarantee the connection is over SSL? or the http: vs https: is ignored and all are just using the standard not SSL protocol?
Hello Ramiro,
a recommended way of reading data from Amazon S3 in CloverETL is by using the “s3://” prefix in the particular reader component URL. By modifying your submitted URL as an example, it would look like this:
More information can be found in our documentation. Please note that the communication with Amazon S3 is always secured. In other words, using the “s3://” prefix guarantees the connection over SSL.
If you are using an older version of CloverETL where this option does not yet exist, please let me know which version of CloverETL it is. Note: we have replaced JetS3t with Amazon SDK for connecting to S3 in version 4.2.
Regards,