Skip to content
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

slo: Fix MPU with reserved characters #230

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

AymericDu
Copy link
Member

No description provided.

@@ -8,7 +8,7 @@
import json
import os

ENDPOINT = os.getenv("USE_ENDPOINT", "http://127.0.0.1:5000")
ENDPOINT = os.getenv("USE_ENDPOINT", "http://localhost:5000")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the purpose of this change in relation to your commit title?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For several years, the path-style requests have been deprecated.
So, for the tests to work with the virtual hosted-style requests (but still with the path-style requests), we need to use the storage domain specified in the swift configuration.

Copy link

@thibault-p thibault-p left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AymericDu AymericDu merged commit cd0a62c into open-io:1.x Feb 7, 2022
@AymericDu AymericDu deleted the fix-mpu-with-reserved-characters branch February 7, 2022 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants