[ 
https://issues.apache.org/jira/browse/IGNITE-5616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bernhard Rausch updated IGNITE-5616:
------------------------------------
    Description: 
It would be nice if it would be possible to change the Amazon S3 URL for the 
cluster configuration 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:
{code:xml}
<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>
{code}



  was:
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:
{code:xml}
<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>
{code}




> Add ability to change Amazon S3 URL for cluster configuration (=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 for the 
> cluster configuration 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:
> {code:xml}
> <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>
> {code}



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

Reply via email to