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

S3 url fix #71

Closed
Closed

Conversation

tmcgilchrist
Copy link
Collaborator

The generated URLs for S3 need to include the bucket name (except for Listing Buckets).

@tmattio If you have some code to run against this please give it a go. make aws-s3 to regenerate the S3 bindings if you need.

Fix for #70

@@ -4,11 +4,12 @@ type input = AbortMultipartUploadRequest.t
type output = AbortMultipartUploadOutput.t
type error = Errors_internal.t
let service = "s3"
let to_http service region req =
let to_http service region (req : input) =
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We infer the wrong type here if there is no annotation. It really shouldn't be necessary.

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.

1 participant