Apollo: Can I use AWS S3 service to do Vehicle Control Calibration?

Created on 23 Jul 2019  ·  2Comments  ·  Source: ApolloAuto/apollo

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 14.04): Ubuntu 16.04
  • Apollo installed from (source or binary): Source
  • Apollo version (1.0, 1.5, 2.0, 2.5, 3.0): 5.0

Hi, I'm trying to use vehicle calibration as explained in the following vehicle control calibration.
https://github.com/ApolloAuto/apollo/blob/master/docs/specs/calibration_table/control_calibration.md

In the first step, I followed the instruction in Data pipeline proxy document.
https://github.com/ApolloAuto/apollo/blob/master/modules/tools/fuel_proxy/README.md
It said that I should have your own S3-compatible cloud storage. I think that I can use AWS S3 service to do that. But when I check the job config file, it's all about BOS service. Does that mean I can't use AWS S3 service? Is there job config example file for AWS S3?
https://github.com/ApolloAuto/apollo/blob/master/modules/tools/fuel_proxy/proto/job_config.proto

Best
Taehyung Kim

Data Help wanted

Most helpful comment

Thank you for heads up, Taehyung!
Only BOS is supported for now, but we are working on supporting another global cloud provider soon. Please stay tuned :)
If it's an urgent need, maybe you can try BOS which is pretty similar to S3. You can use tools like s3fs and boto3.

All 2 comments

Thank you for heads up, Taehyung!
Only BOS is supported for now, but we are working on supporting another global cloud provider soon. Please stay tuned :)
If it's an urgent need, maybe you can try BOS which is pretty similar to S3. You can use tools like s3fs and boto3.

Thanks for your reply.

Was this page helpful?
0 / 5 - 0 ratings