You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could You add the config option to change aws s3 base url so it can be used to interact with s3/ec2 api compatible services like http://e24cloud.com/ which offers a compatible api .. and for me is a lot faster (s3 upload/download) because it's closer then AWS node in Ireland.
Users can use their own endpoints for any ec2/s3 compatible API using: `cloud.aws.ec2.endpoint` or `cloud.aws.s3.endpoint`
Closes#91.
(cherry picked from commit f0fbea5)
Hi,
Could You add the config option to change aws s3 base url so it can be used to interact with s3/ec2 api compatible services like http://e24cloud.com/ which offers a compatible api .. and for me is a lot faster (s3 upload/download) because it's closer then AWS node in Ireland.
or
And then if it is present just pass it to aws sdk
http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3.html#setEndpoint(java.lang.String)
The text was updated successfully, but these errors were encountered: