We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8bf07 commit 9a283adCopy full SHA for 9a283ad
minio/error.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
# MinIO Python Library for Amazon S3 Compatible Cloud Storage,
3
-# (C) 2015, 2016, 2017 MinIO, Inc.
+# (C) 2015-2019 MinIO, Inc.
4
#
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
@@ -263,7 +263,7 @@ def __str__(self):
263
264
265
# Common error responses listed here
266
-# http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.htmlRESTErrorResponses
+# http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses
267
268
class KnownResponseError(MinioError):
269
def __init__(self, response_error, **kwargs):
0 commit comments