Bug 1581764
| Summary: | boto3.s3.transfer doesn't load the sys module before calling sys.path.insert() [rhel-7.5.z] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Oneata Mircea Teodor <toneata> |
| Component: | python-boto3 | Assignee: | Oyvind Albrigtsen <oalbrigt> |
| Status: | CLOSED ERRATA | QA Contact: | Brandon Perkins <bperkins> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 7.5 | CC: | aherr, aparsons, cfeist, oalbrigt |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-boto3-1.4.6-4.el7_5.1 | Doc Type: | Bug Fix |
| Doc Text: |
Due to a missing import of the sys module in boto3.s3.transfer, boto3.resource('s3') failed with the ImportException error message. This update adds the "import sys" statement in the code, and boto3.resource('s3') works as expected.
|
Story Points: | --- |
| Clone Of: | 1576981 | Environment: | |
| Last Closed: | 2018-06-26 16:52:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1576981 | ||
| Bug Blocks: | |||
|
Description
Oneata Mircea Teodor
2018-05-23 15:05:11 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:1990 |