-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
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
Regarding the problem that calling S3 API cannot be tested #18615
Comments
Do you look at api-proxy in fluid? It seem that your request is illegal, you can look doc rest-api and s3-api to interact with Alluxio through REST API or S3 API |
The rest api can be interacted with, but the s3 api cannot be accessed. I am not sure if there is a problem with the Authorization settings. Can you give me some help? According to the official documents, I don't understand how to set the Authorization value. |
alluxio-master apigateway err log:
|
Hello, I am currently using fluid and alluxio for cache acceleration, and set them in alluxioruntime.
apiGateway:
enabled: true
, but when I request the S3 API, it reports 500, but the REST API can be adjusted.
The text was updated successfully, but these errors were encountered: