Skip to content

Commit

Permalink
Merge pull request #56 from jinyoungmoonDEV/master
Browse files Browse the repository at this point in the history
fix boto3 version issue
  • Loading branch information
jinyoungmoonDEV authored Dec 9, 2024
2 parents 7214f1e + 96fac64 commit ab88fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spaceone-api
boto3
boto3==1.35.76
1 change: 1 addition & 0 deletions src/plugin/manager/ec2/snapshot_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,6 @@ def _update_times(self, snapshot_info: dict) -> None:
snapshot_info.update(
{
"StartTime": self.datetime_to_iso8601(snapshot_info.get("StartTime")),
"CompletionTime": self.datetime_to_iso8601(snapshot_info.get("CompletionTime")),
}
)

0 comments on commit ab88fa8

Please sign in to comment.