Skip to content

Commit

Permalink
Update error for requirement of S3BackEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
zelonght committed May 9, 2018
1 parent d550457 commit 33e66d1
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 33e66d1

Please sign in to comment.