该用户的聊天记录定位。
OK, I'll check this with our staff 🙏
OK, I'll check this with our staff 🙏
Thanks for your reply. Do you mean the hyperliquid S3 doesn't setup any special permission on the GET(cp) action? Means node_fills_by_block should be OK for download, right?
Thanks for your reply. Do you mean the hyperliquid S3 doesn't setup any special permission on the GET(cp) action? Means node_fills_by_block should be OK for download, right?
Hello, we want to investigate the historical trade data on S3 It seems we could list the files, but couldn't download the files, could you help check this problem? 🙏 // List command (link is not allowed here so I remove the s3 prefix of the url) `aws s3 ls hl-mainnet-node-data/node_fills_by_block/hourly/20260601/ --request-payer requester --region ap-northeast-1` // List commnad output ``` 2026-06-01 02:02:13 49477530 0.lz4 2026-06-01 03:02:12 40488573 1.lz4 2026-06-01 04:02:41 36731957 2.lz4 2026-06-01 05:02:31 34759395 3.lz4 2026-06-01 06:02:42 30133525 4.lz4 2026-06-01 07:02:11 27149401 5.lz4 2026-06-01 08:02:44 33885704 6.lz4 2026-06-01 09:02:15 34543185 7.lz4 2026-06-01 10:02:46 40164189 8.lz4 2026-06-01 10:05:51 38087076 9.lz4 ``` // Cp command (link is not allowed here so I remove the s3 prefix of the url) `aws s3 cp hl-mainnet-node-data/node_fills_by_block/hourly/20260601/8.lz4 ./ --request-payer requester --region ap-northeast-1` // Cp command output, which returns the error. `fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden`
Hello, we want to investigate the historical trade data on S3 It seems we could list the files, but couldn't download the files, could you help check this problem? 🙏 // List command (link is not allowed here so I remove the s3 prefix of the url) `aws s3 ls hl-mainnet-node-data/node_fills_by_block/hourly/20260601/ --request-payer requester --region ap-northeast-1` // List commnad output ``` 2026-06-01 02:02:13 49477530 0.lz4 2026-06-01 03:02:12 40488573 1.lz4 2026-06-01 04:02:41 36731957 2.lz4 2026-06-01 05:02:31 34759395 3.lz4 2026-06-01 06:02:42 30133525 4.lz4 2026-06-01 07:02:11 27149401 5.lz4 2026-06-01 08:02:44 33885704 6.lz4 2026-06-01 09:02:15 34543185 7.lz4 2026-06-01 10:02:46 40164189 8.lz4 2026-06-01 10:05:51 38087076 9.lz4 ``` // Cp command (link is not allowed here so I remove the s3 prefix of the url) `aws s3 cp hl-mainnet-node-data/node_fills_by_block/hourly/20260601/8.lz4 ./ --request-payer requester --region ap-northeast-1` // Cp command output, which returns the error. `fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden`