Skip to content

Commit 320deeb

Browse files
committed
update changelog + better env var usage
1 parent 93414e8 commit 320deeb

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

.env.dist

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ AWS_KEY=
22
AWS_SECRET=
33
AWS_BUCKET=
44

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+
510
MONGO_URI=mongodb://mongodb:27017
611
MONGO_DBNAME=gridfs_test
712

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
v0.8.3
211
======
312

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Requires the latest versions of :
7272
```bash
7373
$ make dev
7474
```
75-
and configure it as you want.
75+
and fill it with the credentials of the backend you want to use.
7676

7777
2) Build the php docker image :
7878
```bash

phpunit.xml.dist

-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242
<!--<env name="RACKSPACE_USER" value="" />
4343
<env name="RACKSPACE_APIKEY" value="" />
4444
<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="" />-->
5045
</php>
5146

5247
<testsuites>

0 commit comments

Comments
 (0)