jrochkind / faster_s3_url

Optimized generation of public and presigned AWS S3 GET URLs in ruby faster
MIT License
84 stars 7 forks source link

Only define local Storage#object_key if Shrine isn't already providing #7

Closed jrochkind closed 10 months ago

jrochkind commented 10 months ago

It is a private method in original Shrine superclass, which wasn't being caught by previous check

Did not actually harm anything to redefine it same way as Shrine does, but keep things neater.