Skip to content

Commit ab88fa8

Browse files
Merge pull request #56 from jinyoungmoonDEV/master
fix boto3 version issue
2 parents 7214f1e + 96fac64 commit ab88fa8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/pip_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
spaceone-api
2-
boto3
2+
boto3==1.35.76

src/plugin/manager/ec2/snapshot_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,6 @@ def _update_times(self, snapshot_info: dict) -> None:
136136
snapshot_info.update(
137137
{
138138
"StartTime": self.datetime_to_iso8601(snapshot_info.get("StartTime")),
139+
"CompletionTime": self.datetime_to_iso8601(snapshot_info.get("CompletionTime")),
139140
}
140141
)

0 commit comments

Comments
 (0)