Skip to content

Conversation

brianhelba
Copy link
Contributor

Previously, if any extra Params were passed to S3Storage.url beyond what Boto3's get_object API supported, the generate_presigned_url would fail. This means that a call like:

S3Storage.url(..., http_method='PUT`, parameters={'Tagging': ...})

would fail, as get_object doesn't support Tagging, but put_object does.

Previously, if any extra `Params` were passed to
`S3Storage.url` beyond what Boto3's `get_object` API supported,
the `generate_presigned_url` would fail. This means that a call
like:
`S3Storage.url(..., http_method='PUT`, parameters={'Tagging': ...})`
would fail, as `get_object` doesn't support `Tagging`, but `put_object` does.
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