Skip to content

Commit e77cabf

Browse files
committed
added aws credentials
1 parent e7106ce commit e77cabf

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.env.example

+10-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,13 @@ DB_PASSWORD=
2121
# Redis connection setup
2222
REDIS_HOST=127.0.0.1
2323
REDIS_PASSWORD=null
24-
REDIS_PORT=6379
24+
REDIS_PORT=6379
25+
26+
# The disk on which to store added files. Disks: "public", "s3". For "s3" you should fill in the AWS_* credentials below.
27+
MIXPOST_DISK=public
28+
29+
# AWS Credentials
30+
AWS_ACCESS_KEY_ID=
31+
AWS_SECRET_ACCESS_KEY=
32+
AWS_DEFAULT_REGION=
33+
AWS_BUCKET=

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"inovector/mixpost-auth": "^1.0",
1111
"laravel/framework": "^10.0",
1212
"laravel/horizon": "^5.14",
13-
"laravel/tinker": "^2.8"
13+
"laravel/tinker": "^2.8",
14+
"league/flysystem-aws-s3-v3": "^3.0",
15+
"league/flysystem-sftp-v3": "^3.0"
1416
},
1517
"require-dev": {
1618
"fakerphp/faker": "^1.9.1",

0 commit comments

Comments
 (0)