Skip to content

Commit

Permalink
Debug s3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Jul 22, 2024
1 parent 5fbaa5c commit aa9b27e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/nabu/catalog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ def initialize
)
end

Aws.config.update({
region: 'ap-southeast-2',
log_level: :debug,
logger: Logger.new($stdout)
})

@s3 = Aws::S3::Client.new(params)
@presigner = Aws::S3::Presigner.new(client: @s3)
end
Expand Down

0 comments on commit aa9b27e

Please sign in to comment.