Skip to content

Commit

Permalink
Use at your own risks
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart authored Jul 19, 2016
1 parent 466bb29 commit 88d1ebe
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ This utility will do the following:
3. Rename files so that [Parse Server](https://github.com/ParsePlatform/parse-server) no longer detects that they are hosted by Parse.
4. Update MongoDB with new file names.

![Use at your own risk](use-at-your-own-risk.jpg)

[(image from flickr user alykat)](http://www.flickr.com/photos/80081757@N00/4271250480/)

DISCLAIMER
----------
Please note: all tools/ scripts in this repo are released for use "AS IS" **without any warranties of any kind**,
including, but not limited to their installation, use, or performance. We disclaim any and all warranties, either
express or implied, including but not limited to any warranty of noninfringement, merchantability, and/ or fitness
for a particular purpose. We do not warrant that the technology will meet your requirements, that the operation
thereof will be uninterrupted or error-free, or that any errors will be corrected.

Any use of these scripts and tools is **at your own risk**. There is no guarantee that they have been through
thorough testing in a comparable environment and we are not responsible for any damage or data loss incurred with
their use.

You are responsible for reviewing and testing any scripts you run *thoroughly* before use in any non-testing
environment.

Thanks,
The *UNOFFICIAL* parse-server-modules team

[(this disclaimer was originally published here)](https://github.com/mongodb/support-tools/blob/master/README.md)

#### \*WARNING\*
As soon as this script transfers files away from Parse.com hosted files (and renames them in the database)
any clients that use api.parse.com will no longer be able to access the files.
Expand Down Expand Up @@ -48,4 +72,4 @@ $ npm start config.js
* `gcs_projectId`: GCS project id.
* `gcs_keyFilename`: GCS key filename (ie. `credentials.json`).
* `gcs_bucket`: GCS bucket name.
* `asyncLimit`: The number of files to process at the same time (default: 5).
* `asyncLimit`: The number of files to process at the same time (default: 5).

0 comments on commit 88d1ebe

Please sign in to comment.