-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace domain name with direct S3 access #67
Conversation
Codecov Report@@ Coverage Diff @@
## master #67 +/- ##
==========================================
+ Coverage 15.58% 15.67% +0.08%
==========================================
Files 4 4
Lines 263 268 +5
Branches 77 77
==========================================
+ Hits 41 42 +1
- Misses 222 226 +4
Continue to review full report at Codecov.
|
@bnham, ran this, it worked. Thanks! |
Because of a serious client misunderstanding we were not able to migrate them before.. this worked like magic, I was able to download the files on my local system. |
Parse shut down on Mon 1/30. The domains used by files (e.g.
files.parsetfss.com) are now down, but for the moment you can still access
those files by accessing the Amazon S3 bucket instead (
https://s3.amazonaws.com/files.parsetfss.com/...). That's what this PR was
about, so you should try to download your files now using this utility.
Note that direct access to files via S3 buckets will also be shut down
sometime this week so you should use this tool to get your files sooner
rather than later.
If you have further questions, you should direct them to migration@parse.com
.
…On Wed, Feb 1, 2017 at 3:47 AM, maryamzafar ***@***.***> wrote:
How do I migrate my files now? :-( Because of a serious client
misunderstanding we were not able to migrate them before.. any luck now?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADXYmPm589ap9N4m5o3xwxQT6oRegMPqks5rYHDGgaJpZM4LyFOz>
.
|
I unable to access the files using the above approach. Could please provide an example how access the file.(https://s3.amazonaws.com/files.parsetfss.com/...). I am getting below error ,when i give "https://s3.amazonaws.com/files.parsetfss.com" as parse server url I am getting the below ,if i give server URL equal to hosted parse server instead of serverURL: "https://api.parse.com/1". Is there any chance to access the files. |
So there are two types of data we're talking about here:
For further support you'll probably have better luck by starting a thread with migration@parse.com. |
Is this still working? |
Files are no longer available on Parse, now that the service has entirely shut down. The |
@hramos we should probably close the repo or put something there. |
files.parsetfss.com, files.parse.com, etc. are now down. You can still access files on those hosts if you use the S3 bucket names (for now--these buckets will be taken down soon).
this is an untested diff which replaces
https://files.parsetfss.com
withhttps://s3.amazonaws.com/files.parsetfss.com
, etc.