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
06058ae4
Commit
06058ae4
authored
Jun 27, 2021
by
criq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
ee7d42e3
Pipeline
#134
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
app.py
s3_local_manager/app.py
+1
-1
No files found.
README.md
View file @
06058ae4
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
```
sh
```
sh
python3
-m
virtualenv bk_script_env
python3
-m
virtualenv bk_script_env
source
bk_script_env/bin/activate
source
bk_script_env/bin/activate
pip3
install
-r
s3_local_manager/
requirements.txt
pip3
install
-r
requirements.txt
```
```
## Configuración
## Configuración
...
...
s3_local_manager/app.py
View file @
06058ae4
import
os
import
os
from
dotenv
import
load_dotenv
#
from dotenv import load_dotenv
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
...
...
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