Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Lib
Wellbore-cloud
Wellbore-aws-lib
Commits
a6d37310
Commit
a6d37310
authored
Jul 16, 2021
by
Yunhua Koglin
Browse files
clean up
parent
07cbeddf
Changes
1
Hide whitespace changes
Inline
Side-by-side
osdu_aws/storage/storage_aws.py
View file @
a6d37310
...
...
@@ -322,9 +322,6 @@ class AwsStorage(BlobStorageBase):
if
isinstance
(
data
,
str
):
return
io
.
BytesIO
(
data
.
encode
(
'utf-8'
))
# if isinstance(data, io.TextIOWrapper):
# return io.BytesIO(data.encoding('utf-8'))
if
isinstance
(
data
,
io
.
IOBase
):
return
data
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment