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
I'm uploading my entire /wp-content/uploads directory to my chosen bucket in a subfolder using the following command: wp s3-uploads upload-directory /path/to/uploads/ uploads --verbose
but the upload process stops in the middle of the operation without indicating an error. How do I get it to complete the process? Is there some server config I'm overlooking, much like PHP's max_execution_time?
The text was updated successfully, but these errors were encountered:
I'm uploading my entire /wp-content/uploads directory to my chosen bucket in a subfolder using the following command:
wp s3-uploads upload-directory /path/to/uploads/ uploads --verbose
but the upload process stops in the middle of the operation without indicating an error. How do I get it to complete the process? Is there some server config I'm overlooking, much like PHP's
max_execution_time
?The text was updated successfully, but these errors were encountered: