Have you seen this before?
{ [AllAccessDisabled: All access to this object has been disabled]
message: 'All access to this object has been disabled',
code: 'AllAccessDisabled',
time: Thu Aug 27 2015 21:36:19 GMT-0500 (CDT),
statusCode: 403,
retryable: false,
retryDelay: 30 }
It turns out I was missing some sort of source bucket prefix on the CopySource param. I think that could be less confusing in the API docs by making it an separate, optional param altogether.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
Most helpful comment
It turns out I was missing some sort of source bucket prefix on the
CopySourceparam. I think that could be less confusing in the API docs by making it an separate, optional param altogether.