Skip to content

Commit 88d1ebe

Browse files
authored
Use at your own risks
1 parent 466bb29 commit 88d1ebe

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@ This utility will do the following:
88
3. Rename files so that [Parse Server](https://github.com/ParsePlatform/parse-server) no longer detects that they are hosted by Parse.
99
4. Update MongoDB with new file names.
1010

11+
![Use at your own risk](use-at-your-own-risk.jpg)
12+
13+
[(image from flickr user alykat)](http://www.flickr.com/photos/80081757@N00/4271250480/)
14+
15+
DISCLAIMER
16+
----------
17+
Please note: all tools/ scripts in this repo are released for use "AS IS" **without any warranties of any kind**,
18+
including, but not limited to their installation, use, or performance. We disclaim any and all warranties, either
19+
express or implied, including but not limited to any warranty of noninfringement, merchantability, and/ or fitness
20+
for a particular purpose. We do not warrant that the technology will meet your requirements, that the operation
21+
thereof will be uninterrupted or error-free, or that any errors will be corrected.
22+
23+
Any use of these scripts and tools is **at your own risk**. There is no guarantee that they have been through
24+
thorough testing in a comparable environment and we are not responsible for any damage or data loss incurred with
25+
their use.
26+
27+
You are responsible for reviewing and testing any scripts you run *thoroughly* before use in any non-testing
28+
environment.
29+
30+
Thanks,
31+
The *UNOFFICIAL* parse-server-modules team
32+
33+
[(this disclaimer was originally published here)](https://github.com/mongodb/support-tools/blob/master/README.md)
34+
1135
#### \*WARNING\*
1236
As soon as this script transfers files away from Parse.com hosted files (and renames them in the database)
1337
any clients that use api.parse.com will no longer be able to access the files.
@@ -48,4 +72,4 @@ $ npm start config.js
4872
* `gcs_projectId`: GCS project id.
4973
* `gcs_keyFilename`: GCS key filename (ie. `credentials.json`).
5074
* `gcs_bucket`: GCS bucket name.
51-
* `asyncLimit`: The number of files to process at the same time (default: 5).
75+
* `asyncLimit`: The number of files to process at the same time (default: 5).

0 commit comments

Comments
 (0)