Open
Description
Environment
- ExAws version 2.0.1
Current behavior
Currently, ExAws.S3.presigned_url
requires a config map to be manually passed in to access things like our secret access key.
S3.presigned_url(
ExAws.Config.new(:s3),
:get,
...
),
It seems like this should happen implicitly using our ExAws S3 configuration, since other functions use our configuration automatically. For example,
ExAws.S3.list_buckets
Discovers our configuration internally.
Expected behavior
presigned_url
behaves like other functions by discovering configuration
Metadata
Metadata
Assignees
Labels
No labels