CA
correct-apricot

changing storage url?

Hi, so I have an actor running and it produces a results stored in storage with a url like this "https://api.apify.com/v2/key-value-stores/..", I am wondering if I can have the "api.apify" domain changed to something else, i saw that apify is using aws s3 under the hood for it, but it would be very useful for me if I can customise the url. The only option i could think of if this cant be achieved with apify is to use aws s3 directly instead of storing results in apify, am I right? Would appreciate a good feedback on this, Thanks
2 Replies
Alexey Udovydchenko
It's a long shot: you can check how its done internally by https://github.com/apify/apify-client-js and https://github.com/apify/apify-sdk-js then decide what to reuse and how to customize it.
frozen-sapphire
frozen-sapphire3y ago
You cannot change the domain, it is stored in our system. You can use some URL shortener service to redirect to it

Did you find this page helpful?