We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7076ab6 commit 1dd2c04Copy full SHA for 1dd2c04
1 file changed
gcloud-java-storage/src/main/java/com/google/gcloud/storage/StorageException.java
@@ -33,7 +33,7 @@
33
*/
34
public class StorageException extends BaseServiceException {
35
36
- // see: https://cloud.google.com/storage/docs/concepts-techniques#practices
+ // see: https://cloud.google.com/storage/docs/resumable-uploads-xml#practices
37
private static final Set<Error> RETRYABLE_ERRORS = ImmutableSet.of(
38
new Error(504, null),
39
new Error(503, null),
0 commit comments