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

Fix Incorrect URL Format in S3Storage.url Method #1388

Closed
wants to merge 1 commit into from

Conversation

kudah99
Copy link

@kudah99 kudah99 commented Apr 28, 2024

This PR should solve the issue with the url method of the S3Storage class generates URLs with an incorrect format by omitting the colon (":") after the protocol.

PR solution - The string formatter in the url method has been corrected to include the colon after the protocol. The previous formatter "{}//{}/{}{}" was changed to "{}://{}/{}{}" to properly format the URL.

@jschneier
Copy link
Owner

Opened #1390 to clarify the docs so closing this one out.

@jschneier jschneier closed this Apr 30, 2024
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

2 participants