carlspring / s3fs-nio

A Java (NIO2) FileSystem Provider for Amazon AWS S3.
https://s3fs-nio.carlspring.org/
66 stars 23 forks source link

How to access S3 all around the world ? #836

Open Calime300 opened 2 months ago

Calime300 commented 2 months ago

Hello I implementing your library and I have a functionnal disfonction

I have an S3 on eu-west-3 and a second on us-east-2

I try to param s3fs.region and aws.region env variables but when I try to contact the S3 without the good region I have some errors 301 ....

I try to set the URI for the newFileSytem to s3://s3.amazonaws.com/ (in the amazon documentation and your documentation it's the generic endpoint)

Do you have a solution for parameter your library for access all s3 over the region limitation ?