Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kms 155 files uploader #30

Closed
wants to merge 15 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ DISQUS_API_KEY=
DISQUS_API_SECRET=
DISQUS_DOMAIN=
DISQUS_ENABLED=false

FILE_SYSTEM=
S3_KEY=
S3_SECRET=
S3_REGION=
S3_BUCKET=
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gzero/docker-platform:latest
FROM gzero/docker-platform:v1

MAINTAINER Adrian Skierniewski <adrian.skierniewski@gmail.com>

Expand Down
Empty file added backup/.gitkeep
Empty file.
2 changes: 2 additions & 0 deletions backups/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"gzero/social": "^1.0",
"gzero/vanilla-integration": "^1.0",
"thomaswelton/laravel-gravatar": "~1.0",
"predis/predis": "1.0.*"
"predis/predis": "1.0.*",
"league/flysystem-aws-s3-v3": "^1.0"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "2.0.*",
Expand Down
Loading