Unable to mount S3 on EC2 using RIOFS - HTTP error: 400 (Bad Request)

Unable to mount S3 on EC2 using RIOFS - HTTP error: 400 (Bad Request)

我正在尝试使用 RIOFS 在 AWS EC2 实例上安装 S3 存储桶。我没成功。

这是日志

12:47:53 [main] (main main.c:753) Using config file: /home/ubuntu/.config/riofs/riofs.conf.xml
12:47:53 [con] (http_connection_init http_connection.c:79) [con: 0x561ff22c2be0] Connecting to s3.amazonaws.com:80
12:47:53 [con] (http_connection_make_request http_connection.c:814) [con: 0x561ff22c2be0] GET /csv-test/?acl  bucket: csv-test, host: s3.amazonaws.com, out_len: 0
12:47:53 [con] (http_connection_on_response_cb http_connection.c:464) [con: 0x561ff22c2be0] Got HTTP response from server! (160msec)
12:47:53 [con] (http_connection_on_response_cb http_connection.c:544) [con: 0x561ff22c2be0] New URL: csv-test.s3.amazonaws.com
12:47:53 [con] (http_connection_init http_connection.c:79) [con: 0x561ff22c2be0] Connecting to csv-test.s3.amazonaws.com:80
12:47:53 [con] (http_connection_on_close http_connection.c:196) [con: 0x561ff22c2be0] Connection closed !
12:47:53 [con] (http_connection_make_request http_connection.c:814) [con: 0x561ff22c2be0] GET /?acl  bucket: csv-test, host: csv-test.s3.amazonaws.com, out_len: 0
12:47:53 [con] (http_connection_on_close http_connection.c:196) [con: 0x561ff22c2be0] Connection closed !
12:47:53 [con] (http_connection_on_response_cb http_connection.c:464) [con: 0x561ff22c2be0] Got HTTP response from server! (9msec)
12:47:53 [con] (http_connection_on_response_cb http_connection.c:591) [con: 0x561ff22c2be0] Server returned HTTP error: 400 (Bad Request). AWS message: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
12:47:53 [con]  (http_connection_on_response_cb http_connection.c:602) [con: 0x561ff22c2be0] Server returned HTTP error: 400 (Bad Request)! Retry ID: 1 of 20

有没有办法在 RIOFS 连接中启用 AWS4-HMAC-SHA256 的使用。我正在法兰克福 eu-central-1 和伦敦 eu-west-2 尝试此操作,但在这两个地区均未成功。

我也尝试过使用 s3fs 并以无法访问存储桶错误结束,但无法获得详细的日志,如指出实际错误的 riofs。

AWS4-HMAC-SHA256 是 Signature Version 4,只有少数地区支持。我针对法兰克福 eu-central-1 和伦敦 eu-west-2 进行了测试。这两个区域都不起作用。它仅适用于 US-EAST-1 N. Virginia 地区。

我可以在 EC2 上成功安装在 us-east-1 上创建的 S3 存储桶。