Skip to content

Commit

Permalink
don't transform hrefs when making a copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ircwaves committed Mar 6, 2024
1 parent 71a6ae5 commit 75b4c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stactask/asset_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def upload_item_assets_to_s3(
headers = {}

# deepcopy of item
_item = item.to_dict()
_item = item.to_dict(transform_hrefs=False)

if public_assets is None:
public_assets = []
Expand Down

0 comments on commit 75b4c28

Please sign in to comment.