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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)