Khaled Ammar

Results 2 comments of Khaled Ammar

Same here! Apparently s4cmd defined this function with one argument. This is the function definition in their code: @staticmethod def init_s3_keys(opt): '''Initialize s3 access keys from environment variable or s3cfg...

My workaround was to edit the fs.py file and replace the function call by: S3Handler.S3_KEYS = S3Handler.s3_keys_from_env()