Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Connect to S3 solution based on Scality Ring

ZsofiaJakab
6 - Meteoroid

hello,

 

We have an internal S3 solution based on Scality Ring, and we would like to connect to it from Alteryx designer, however we keep having the below error message when passing all the necessary configs:

Screenshot 2025-06-12 124800.png

 

We are using the <AWS s3 Download tool> and passing:

 

  •  endpoint;
  • access key, 
  • secret key,
  • bucket name

We are passing the Scality URL ( https://scalitydatahp.hom.mycloud.xxxxxxxxxx) in the Amazon s3 URL field, in lack of better option.

 

Please help, how can we make this connection work? Does anyone have experience with the Scality Ring solution?

 

3 REPLIES 3
apathetichell
20 - Arcturus

talk to your cloud team or whoever manages your Scality platform. See how they connect via AWS CLI. Replicate using run command tool.

 

Alteryx S3 tool is using Boto3. What does Scality use? Note --- this is a rhetorical question - I'm saying you shouldn't expect this to work if Scality doesn't connect via standard Boto3 S3 clients..

ZsofiaJakab
6 - Meteoroid

Yes, Scality is also using Boto, so on that end we are good. Could you please provide a dummy example of how we could replicate the connection with Run Command tool? 

The preferred way would be via native connector, but a working example of Run Command would be great as well. 

Thank you!

apathetichell
20 - Arcturus

Hey --- No - I can't --- don't have an Atleryx license/my company doesn't use Alteryx. 

 

You can open up the one tool examples in sample workflows  for run command just swap whatever's being run there with an aws s3 cli command

 

see https://help.alteryx.com/current/en/designer/tools/developer/run-command-tool.html

 

using key/secret for an S3 bucket in 2025 is totally out of date. Don't do it.

Labels
Top Solution Authors