Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
s3_bk_files-git
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
s3_bk_files-git
Commits
0c68be2b
Commit
0c68be2b
authored
Jun 27, 2021
by
criq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename files
parent
16cc8915
Pipeline
#135
failed with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
__main__.py
s3_bk_files/__main__.py
+1
-1
app.py
s3_bk_files/app.py
+1
-1
util_registry.py
s3_bk_files/src/util_registry/util_registry.py
+1
-1
s3_helper.py
s3_bk_files/src/utils_aws_s3/s3_helper.py
+1
-1
No files found.
s3_bk_files/__main__.py
View file @
0c68be2b
print
(
'get __main__'
)
print
(
'get __main__'
)
from
s3_
local_manager
import
app
from
s3_
bk_files
import
app
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
app
.
run
()
app
.
run
()
\ No newline at end of file
s3_bk_files/app.py
View file @
0c68be2b
...
@@ -3,7 +3,7 @@ import os
...
@@ -3,7 +3,7 @@ import os
from
.src.utils_aws_s3.s3_helper
import
AwsS3Helper
from
.src.utils_aws_s3.s3_helper
import
AwsS3Helper
from
.src.utils_local_os.local_helper
import
LocalFilesHelper
from
.src.utils_local_os.local_helper
import
LocalFilesHelper
from
.src.util_registry.util_registry
import
registry
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
coloredlogs
,
logging
import
time
import
time
import
datetime
import
datetime
...
...
s3_bk_files/src/util_registry/util_registry.py
View file @
0c68be2b
...
@@ -2,7 +2,7 @@ import os
...
@@ -2,7 +2,7 @@ import os
import
json
import
json
import
errno
import
errno
import
s3_
local_manager
.config
as
config
import
s3_
bk_files
.config
as
config
import
coloredlogs
,
logging
import
coloredlogs
,
logging
logger
=
logging
.
getLogger
(
__name__
)
logger
=
logging
.
getLogger
(
__name__
)
coloredlogs
.
install
(
level
=
'DEBUG'
,
logger
=
logger
)
coloredlogs
.
install
(
level
=
'DEBUG'
,
logger
=
logger
)
...
...
s3_bk_files/src/utils_aws_s3/s3_helper.py
View file @
0c68be2b
...
@@ -6,7 +6,7 @@ from botocore.exceptions import EndpointConnectionError,ClientError # type: ign
...
@@ -6,7 +6,7 @@ from botocore.exceptions import EndpointConnectionError,ClientError # type: ign
import
logging
import
logging
from
datetime
import
datetime
,
timezone
from
datetime
import
datetime
,
timezone
from
dateutil
import
parser
from
dateutil
import
parser
import
s3_
local_manager
.config
as
config
import
s3_
bk_files
.config
as
config
class
AwsS3Helper
:
class
AwsS3Helper
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment