Skip to content

Commit

Permalink
Print object name
Browse files Browse the repository at this point in the history
  • Loading branch information
stojanovskis1 committed Jul 23, 2024
1 parent 64d66ad commit e885f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/bulkupload/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def bulk_resource_upload(pkg_name):
object_name = '/resources/' + x['id'] + '/' + url_striped
log.info("=========================")
log.info(object_name)
log.info(x)

try:
response = s3_client.upload_file(file_name, bucket, object_name)
Expand Down

0 comments on commit e885f22

Please sign in to comment.