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 a467b84 commit 5fbaa5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/nabu/catalog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def bucket_name
end

def upload(key, data, content_type)
puts "MOO #{key}, #{content_type}, #{bucket_name}"
@s3.put_object(
bucket: bucket_name,
key:,
Expand Down

0 comments on commit 5fbaa5c

Please sign in to comment.