We need to add support for AWS_ENDPOINT_URL_S3 similar to AWS_ENDPOINT_URL, by setting endpointOverride in the client configuration
If both variables are set, the AWS SDK will use AWS_ENDPOINT_URL_S3 for S3 operations and AWS_ENDPOINT_URL for other services.
Related issue #46
We need to add support for AWS_ENDPOINT_URL_S3 similar to AWS_ENDPOINT_URL, by setting
endpointOverridein the client configurationIf both variables are set, the AWS SDK will use AWS_ENDPOINT_URL_S3 for S3 operations and AWS_ENDPOINT_URL for other services.
Related issue #46