skoobe / riofs

Userspace S3 filesystem
GNU General Public License v3.0
393 stars 60 forks source link

possibility to use HTTPS endpoint on different port #151

Closed yelha closed 7 years ago

yelha commented 7 years ago

Hello! I have a question regarding HTTPS endpoints. We have an S3 compliant provider (not Amazon) which we want to mount a bucket from. But he provides an HTTPS endpoint on a different port than 443. Is there a possibility to state a port in the s3 section of the configuration file? I was not able to figure out, sorry.

Thank you!

wizzard commented 7 years ago

Hello, you should be able to add :port to the end of endpoint URL in riofs.conf.xml configuration file. But I'm not sure if RioFS will work with non AWS S3 provider (as I made a number of S3 related assumptions in the code).

yelha commented 7 years ago

Hi! Thanks for your answer, we tested that but it did not recognize or ignore the stated port and made default https. As you said it is AWS S3 related, so we will skip this for now. I will close issue.