carrierwaveuploader / carrierwave

Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks
https://github.com/carrierwaveuploader/carrierwave
8.78k stars 1.65k forks source link

NoMethodError (undefined method `copy_object' for "close":String) using fog #2746

Open sectasy0 opened 1 week ago

sectasy0 commented 1 week ago

Hi there, I've been experiencing an strange error when uploading images to DigitalOcean Spaces (S3). Initially, I thought it might be related to the Fog library, but unfortunately, the Fog maintainer wasn't able to assist me. More context in fog repo issue. Thank you

more context: https://github.com/fog/fog-aws/issues/702

sectasy0 commented 5 days ago

@mshibuya Could you assist?