Skip to content

Commit

Permalink
fixup! look for orphaned items in bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Feb 14, 2024
1 parent fb2d642 commit 5241b1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion migrations/02_add_archive_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
engine = sa.engine.create_engine(args.uri)

bucket = boto3.resource("s3", endpoint_url=args.s3_endpoint).Bucket(args.s3_bucket)
client = boto3.client(endpoint_url=args.s3_endpoint)

with engine.connect() as connection:
meta = sa.MetaData(connection)
Expand Down

0 comments on commit 5241b1c

Please sign in to comment.