Skip to content

Commit

Permalink
Merge pull request #16 from PersonifyInc/long-update-error-requirement
Browse files Browse the repository at this point in the history
Update error for requirement of S3BackEnd
  • Loading branch information
zelonght authored Jun 13, 2018
2 parents d550457 + 33e66d1 commit f72c97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-fat
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ except ImportError:
class S3Backend(object):

def __init__(self,bucket,key,secret,objdir):
raise RuntimeError("S3Backend requires boto.")
raise RuntimeError("S3Backend requires boto and filechunkio.")

BLOCK_SIZE = 4096
LARGE_FILE_SIZE = 4294967296 # consider > 4GBs is large file size(Current limitation in windows)
Expand Down

0 comments on commit f72c97b

Please sign in to comment.