You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does upload the files I need to however, when I run this it still says "File size is 85229720. Consider setting 'multipart = TRUE'." So, I want to confirm the right syntax for this. Or does it throw this message even when multipart is set to TRUE? I have also tried opts = list("multipart" = TRUE)
The text was updated successfully, but these errors were encountered:
Please specify whether your issue is about:
How do I pass arguments to "opts" in
s3sync
ors3write_using
Currently this is what I use to pass arguments with "opts".
This does upload the files I need to however, when I run this it still says "File size is 85229720. Consider setting 'multipart = TRUE'." So, I want to confirm the right syntax for this. Or does it throw this message even when multipart is set to TRUE? I have also tried
opts = list("multipart" = TRUE)
The text was updated successfully, but these errors were encountered: