Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Deploy the cloudstack (3.0.3) or above code.
  2. Enable S3 ( in CS UI -> Global Settings, search for ‘enable.s3.api’ change the flag to 'true' and restart the management server)
  3. Register an a user to access the S3 API.
    Code Block
      ./cloudstack-aws-api-register -u http://<s3hostip>:7080/awsapi/rest/AmazonS3 -a admin -s admin openssl_generated.mycert.pem
    

...