We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest
sudo microceph enable rgw # prep user and .s3cfg s3cmd ws-create s3://test-bucket --ws-index=index.html --ws-error=error.html ... ERROR: S3 error: 405 (MethodNotAllowed)
Getting an error
Being able to set up static website hosting with MicroCeph RGW
We're missing support for this currently. We'd need to allow static websites in the rgw config rgw_enable_static_website and provide commands to set up urls, cf. https://www.ibm.com/docs/en/storage-ceph/7?topic=hosting-static-web-gateway-setup
rgw_enable_static_website
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue report
What version of MicroCeph are you using ?
latest
What are the steps to reproduce this issue ?
What happens (observed behaviour) ?
Getting an error
What were you expecting to happen ?
Being able to set up static website hosting with MicroCeph RGW
Additional comments.
We're missing support for this currently. We'd need to allow static websites in the rgw config
rgw_enable_static_website
and provide commands to set up urls, cf. https://www.ibm.com/docs/en/storage-ceph/7?topic=hosting-static-web-gateway-setupThe text was updated successfully, but these errors were encountered: