Skip to content

Commit

Permalink
docs: add anchor for get_presigned_url method in API docs (#1109)
Browse files Browse the repository at this point in the history
Co-authored-by: Harman Singh <[email protected]>
  • Loading branch information
iamgrewal7 and Harman Singh authored Jun 29, 2021
1 parent 8a97908 commit f631ab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1785,6 +1785,8 @@ policy.add_content_length_range_condition(
form_data = client.presigned_post_policy(policy)
```

<a name="get_presigned_url"></a>

### get_presigned_url(method, bucket_name, object_name, expires=timedelta(days=7), response_headers=None, request_date=None, version_id=None, extra_query_params=None)

Get presigned URL of an object for HTTP method, expiry time and custom request parameters.
Expand Down

0 comments on commit f631ab1

Please sign in to comment.