Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pyfs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pyfs
Commits
ca0ea110
Commit
ca0ea110
authored
Sep 15, 2014
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed S3 AWS permission exceptions, which are in boto, and which break VPC auth
parent
d6226210
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
fs/s3fs.py
+0
-6
No files found.
fs/s3fs.py
View file @
ca0ea110
...
...
@@ -108,12 +108,6 @@ class S3FS(FS):
prefix
=
prefix
+
separator
if
isinstance
(
prefix
,
unicode
):
prefix
=
prefix
.
encode
(
"utf8"
)
if
aws_access_key
is
None
:
if
"AWS_ACCESS_KEY_ID"
not
in
os
.
environ
:
raise
CreateFailedError
(
"AWS_ACCESS_KEY_ID not set"
)
if
aws_secret_key
is
None
:
if
"AWS_SECRET_ACCESS_KEY"
not
in
os
.
environ
:
raise
CreateFailedError
(
"AWS_SECRET_ACCESS_KEY not set"
)
self
.
_prefix
=
prefix
self
.
_tlocal
=
thread_local
()
super
(
S3FS
,
self
)
.
__init__
(
thread_synchronize
=
thread_synchronize
)
...
...
Write
Preview
Markdown
is supported
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