You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, it might be a good idea to pass other connection configuration settings. I have not dived into simple_record/aws enough to make a recommendation regarding if anything should be passed along but I am sure you would know ;)
The text was updated successfully, but these errors were encountered:
If I explicitly specify a Logger when creating a simple_record connection, the logger is not passed into the S3 connection.
For example:
SimpleRecord.establish_connection(aws_id, aws_secret, :connection_mode => :per_thread, :s3_bucket => :new, :logger => logger)
I believe the fix is just adding the simple_record logger to the s3_opts hash: https://github.com/appoxy/simple_record/blob/master/lib/simple_record.rb line 137
Additionally, it might be a good idea to pass other connection configuration settings. I have not dived into simple_record/aws enough to make a recommendation regarding if anything should be passed along but I am sure you would know ;)
The text was updated successfully, but these errors were encountered: