Can Amazon S3 uploads resume on failure or do they need to restart?
A. Restart from beginning
B. You can resume them, if you flag the "resume on failure" option before uploading.
C. Resume on failure
D. Depends on the file size
Answer: C. Resume on failure
Computer Science & Information Technology
You might also like to view...
Which of the following describes the function of a switch in a network?
A. Transmits packets it receives to specific connections B. Converts a packet for transmission from one network to another network C. Determines whether a packet belongs on an internal or external network D. Broadcasts packets it receives to all connections
Computer Science & Information Technology
What technique allows a programmer to change the way in which a method works internally without affecting programs that utilize the method?
A. overloading B. implementation hiding C. polymorphism D. inheritance
Computer Science & Information Technology