You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Bernhard Rausch (JIRA)" <ji...@apache.org> on 2017/06/29 08:49:00 UTC

[jira] [Created] (IGNITE-5616) Add ability to change Amazon S3 URL (=support for on premise Minio)

Bernhard Rausch created IGNITE-5616:
---------------------------------------

             Summary: Add ability to change Amazon S3 URL (=support for on premise Minio)
                 Key: IGNITE-5616
                 URL: https://issues.apache.org/jira/browse/IGNITE-5616
             Project: Ignite
          Issue Type: Improvement
          Components: aws
    Affects Versions: 2.0
            Reporter: Bernhard Rausch


It would be nice if it would be possible to change the Amazon S3 URL to support an on premise S3 storage like Minio.
For now there is no easy ability to do that via the XML configuration because as we saw fixed S3 URL's in the apache ignite code...

For example something like that:
<bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.s3.TcpDiscoveryS3IpFinder">
          <property name="awsCredentials" ref="aws.creds"/>
          <property name="bucketName" value="YOUR_BUCKET_NAME"/>
          <property name="awsURL" value="YOUR_ON_PREMISE_S3_URL"/>
</bean>



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)