Commit 0c68be2b authored by criq's avatar criq

rename files

parent 16cc8915
Pipeline #135 failed with stages
print('get __main__')
from s3_local_manager import app
from s3_bk_files import app
if __name__ == '__main__':
app.run()
\ No newline at end of file
......@@ -3,7 +3,7 @@ import os
from .src.utils_aws_s3.s3_helper import AwsS3Helper
from .src.utils_local_os.local_helper import LocalFilesHelper
from .src.util_registry.util_registry import registry
import s3_local_manager.config as config
import s3_bk_files.config as config
import coloredlogs, logging
import time
import datetime
......
......@@ -2,7 +2,7 @@ import os
import json
import errno
import s3_local_manager.config as config
import s3_bk_files.config as config
import coloredlogs, logging
logger = logging.getLogger(__name__)
coloredlogs.install(level='DEBUG', logger=logger)
......
......@@ -6,7 +6,7 @@ from botocore.exceptions import EndpointConnectionError,ClientError # type: ign
import logging
from datetime import datetime, timezone
from dateutil import parser
import s3_local_manager.config as config
import s3_bk_files.config as config
class AwsS3Helper:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment