Skip to content

Commit

Permalink
WIP debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 committed Oct 18, 2024
1 parent 1f55273 commit 83e8161
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ def handle(self, *args, **options):
self.stdout.write(f"EXPORT - batch_size : '{batch_size}'")
self.stdout.write(f"EXPORT - filename : '{filename}'")


self.stdout.write(f"EXPORT - DEBUG LARISA : acc_key : '{s3_access_key}', s3_secret_access_key: '{s3_secret_access_key}'")

parsed_uri = urlparse(s3_uri)
s3_bucket_name = parsed_uri.netloc
s3_folder = parsed_uri.path.strip("/")
Expand Down

0 comments on commit 83e8161

Please sign in to comment.