File tree 4 files changed +15
-6
lines changed
4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ AWS_KEY=
2
2
AWS_SECRET=
3
3
AWS_BUCKET=
4
4
5
+ # see /doc/adapters/google-cloud-storage.md
6
+ GCS_PROJECT_ID=
7
+ GCS_BUCKET_NAME=
8
+ GCS_JSON_KEY_FILE=/app/secrets/gaufrette-appId.json
9
+
5
10
MONGO_URI=mongodb://mongodb:27017
6
11
MONGO_DBNAME=gridfs_test
7
12
Original file line number Diff line number Diff line change
1
+ v1.0.0
2
+ ======
3
+
4
+ ## New features
5
+
6
+ - Google Cloud Storage Adapter (#557 )
7
+
8
+ Thank you @nicolasmure and @PanzerLlama for your contributions !
9
+
1
10
v0.8.3
2
11
======
3
12
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Requires the latest versions of :
72
72
``` bash
73
73
$ make dev
74
74
```
75
- and configure it as you want.
75
+ and fill it with the credentials of the backend you want to use .
76
76
77
77
2 ) Build the php docker image :
78
78
``` bash
Original file line number Diff line number Diff line change 42
42
<!-- <env name="RACKSPACE_USER" value="" />
43
43
<env name="RACKSPACE_APIKEY" value="" />
44
44
<env name="RACKSPACE_CONTAINER" value="" />-->
45
-
46
- <!-- Configuration for Google Cloud Storage adapter -->
47
- <!-- <env name="GCS_PROJECT_ID" value="" />
48
- <env name="GCS_BUCKET_NAME" value="" />
49
- <env name="GCS_JSON_KEY_FILE" value="" />-->
50
45
</php >
51
46
52
47
<testsuites >
You can’t perform that action at this time.
0 commit comments