Merge pull request #5215 from edx/pmitros/pyfilesystem-vpc-fixup

Pyfilesystem fix for AWS. pyfs has broken logic which did not work with AWS roles-based auth. This removes that logic.
This commit is contained in:
Piotr Mitros
2014-09-16 11:44:35 -04:00
2 changed files with 8 additions and 2 deletions

View File

@@ -28,7 +28,10 @@ django-method-override==0.1.0
djangorestframework==2.3.5
django==1.4.5
feedparser==5.1.3
fs==0.4.0
# Master pyfs has a bug working with VPC auth. This is a fix. We should switch
# back to master when and if this fix is merged back.
# fs==0.4.0
git+https://github.com/pmitros/pyfs.git@96e1922348bfe6d99201b9512a9ed946c87b7e0b
GitPython==0.3.2.RC1
glob2==0.3
lxml==3.0.1

View File

@@ -37,7 +37,10 @@ djangorestframework==2.3.5
django==1.4.14
feedparser==5.1.3
firebase-token-generator==1.3.2
fs==0.4.0
# Master pyfs has a bug working with VPC auth. This is a fix. We should switch
# back to master when and if this fix is merged back.
# fs==0.4.0
git+https://github.com/pmitros/pyfs.git@96e1922348bfe6d99201b9512a9ed946c87b7e0b
GitPython==0.3.2.RC1
glob2==0.3
gunicorn==0.17.4