We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when using EC2.copy_image I get a snapshot with the description
Copied for DestinationAmi ami-123123123123123 from SourceAmi ami-321321321321 for SourceSnapshot snap-0123456789. Task created on 1,736,863,352,510.
Copied for DestinationAmi ami-123123123123123 from SourceAmi ami-321321321321 for SourceSnapshot snap-0123456789. Task created on 2025-01-14T14:02:32Z
time is printed as human readable int rather than converted from thousandths of seconds
ec2target.copy_image( Name=image.name, SourceRegion=account['region'], SourceImageId=image.id )
No response
1.35.82
macos 15.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
when using EC2.copy_image I get a snapshot with the description
Copied for DestinationAmi ami-123123123123123 from SourceAmi ami-321321321321 for SourceSnapshot snap-0123456789. Task created on 1,736,863,352,510.
Regression Issue
Expected Behavior
Copied for DestinationAmi ami-123123123123123 from SourceAmi ami-321321321321 for SourceSnapshot snap-0123456789. Task created on 2025-01-14T14:02:32Z
Current Behavior
time is printed as human readable int rather than converted from thousandths of seconds
Reproduction Steps
ec2target.copy_image(
Name=image.name,
SourceRegion=account['region'],
SourceImageId=image.id
)
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.35.82
Environment details (OS name and version, etc.)
macos 15.2
The text was updated successfully, but these errors were encountered: