Reputation: 371
I am using the Transfer tool provided in the GCS web dashboard/console to schedule a copy of backup files from S3 to GCS.
In the GCS transfer logs it shows "UNKNOWN: (showing 5 of 241 failures)". There is nothing different about the files shown in that failure list. The same 241 files are failing at each scheduled transfer. Is there somewhere I can get an actual error message?
I have already checked:
Upvotes: 4
Views: 466
Reputation: 46
There are a few things that can cause UNKNOWN errors. Some are transient issues in the service (in which case, you should re-run your transfer--only new/changed objects will be copied the second time).
In other cases, it can be quirks in your source objects. For example, the service will reject objects that do not have a Content-Type that conforms to RFC 1341. In particular, it needs to match the pattern /, with additional restrictions. See What are all the possible values for HTTP "Content-Type" header?
Upvotes: 2