File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,28 @@ dependency. Benefits include:
130
130
* ** Microsoft Azure Storage** - [ arc_azure] ( https://github.com/phil-a/arc_azure )
131
131
132
132
* ** Aliyun OSS Storage** - [ waffle_aliyun_oss] ( https://github.com/ug0/waffle_aliyun_oss )
133
+
134
+ ## Testing
135
+
136
+ The basic test suite can be run with without supplying any S3 information:
137
+
138
+ ```
139
+ mix test
140
+ ```
141
+
142
+ In order to test S3 capability, you must have access to an S3/equivalent bucket. For
143
+ S3 buckets, the bucket must be configured to allow ACLs and it must allow public
144
+ access.
145
+
146
+ The following environment variables will be used by the test suite:
147
+
148
+ * WAFFLE_TEST_BUCKET
149
+ * WAFFLE_TEST_BUCKET2
150
+ * WAFFLE_TEST_S3_KEY
151
+ * WAFFLE_TEST_S3_SECRET
152
+ * WAFFLE_TEST_REGION
153
+
154
+ After setting these variables, you can run the full test suite with ` mix test --include s3:true ` .
133
155
134
156
## Attribution
135
157
You can’t perform that action at this time.
0 commit comments