You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main.FATAL Mounting file system: Unable to access 'kirill.bas': BucketRegionError: incorrect region, the bucket is not in 'eu-west-1' region at endpoint 'https://s3.amazonaws.com'
status code: 301, request id: , host id:
My bucket at eu-west-1:
But if I use command without --region eu-west-1 everything works ok: s3.INFO Switching from region 'us-east-1' to 'eu-west-1' main.INFO File system has been successfully mounted.
Actual Result: got an error main.FATAL Mounting file system: Unable to access 'kirill.bas': BucketRegionError: incorrect region, the bucket is not in 'eu-west-1' region at endpoint 'https://s3.amazonaws.com' status code: 301, request id: , host id:
The text was updated successfully, but these errors were encountered:
EC2 configuration:
During mounting using command:
./geesefs --no-checksum --memory-limit 4000 --max-flushers 32 --max-parallel-parts 32 --part-sizes 25 --file-mode=0666 --dir-mode=0777 --region eu-west-1 --endpoint https://s3.amazonaws.com kirill.bas /tmp/geesefs2
Got an error:
My bucket at eu-west-1:
But if I use command without
--region eu-west-1
everything works ok:s3.INFO Switching from region 'us-east-1' to 'eu-west-1' main.INFO File system has been successfully mounted.
Steps to reproduce error:
mkdir /tmp/geesefs
./geesefs --no-checksum --memory-limit 4000 --max-flushers 32 --max-parallel-parts 32 --part-sizes 25 --file-mode=0666 --dir-mode=0777 --endpoint https://s3.amazonaws.com <bucket-name> /tmp/geesefs
Expected Result: S3 mounted at
/tmp/geesefs
Actual Result: got an error
main.FATAL Mounting file system: Unable to access 'kirill.bas': BucketRegionError: incorrect region, the bucket is not in 'eu-west-1' region at endpoint 'https://s3.amazonaws.com' status code: 301, request id: , host id:
The text was updated successfully, but these errors were encountered: