-
Notifications
You must be signed in to change notification settings - Fork 32
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
No example for copyOut #41
Comments
One suggestion would be to take a look at the |
True! Wouldn't hurt us to include a sample as such, though.
…On Fri, Jun 1, 2018 at 8:54 AM, Paul Walker ***@***.***> wrote:
One suggestion would be to take a look at the test/ folder which has
working copyOut examples for the various storage backends.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB9fUGcLUbwUKUoSFyN-X7mAAZHLwQzks5t4TmWgaJpZM4UV2x7>
.
--
*THOMAS BOUTELL, CHIEF SOFTWARE ARCHITECT*
P'UNK AVENUE | (215) 755-1330 | punkave.com
|
I'm trying |
This difference in behaviour is from |
Finally got it. I was invoking |
apos.attachments.uploadfs
…On Fri, Jun 1, 2018 at 9:32 AM, Vladimir Ignatyev ***@***.***> wrote:
Finally got it. I was invoking copyOut within queue (better-queue) task.
What I get now is that I don't know how to get uploadfs instance from
Apostrophe. Any help? Please!..
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB9fdBETivijF5LSC5QYIM7tFPXwP-Rks5t4UJogaJpZM4UV2x7>
.
--
*THOMAS BOUTELL, CHIEF SOFTWARE ARCHITECT*
P'UNK AVENUE | (215) 755-1330 | punkave.com
|
@boutell Thanks for pointing it! Love you, bro, you saved my life and pocket! No need coffee today 💃 |
I have tried:
where ufsUrl is a
self.apos.attachments.url(attachment)
from Apostrophe related code.But I have no output at expected
tmpFilename
path.What am I doing wrong? I see lack of documentation about copyOut, but I need this method for post-processing of my images.
The text was updated successfully, but these errors were encountered: