This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 2d273b26c82c1e5aab16e123c3f6e34aaf134b34 Author: Tomaz Muraus <[email protected]> AuthorDate: Sat Dec 19 12:22:41 2020 +0100 Add docs entry. --- docs/storage/drivers/s3.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/storage/drivers/s3.rst b/docs/storage/drivers/s3.rst index e157bbb..5fda0ed 100644 --- a/docs/storage/drivers/s3.rst +++ b/docs/storage/drivers/s3.rst @@ -4,6 +4,16 @@ Amazon S3 Storage Driver Documentation `Amazon Simple Storage Service (Amazon S3)`_ is an online cloud storage service from Amazon Web Services. +.. note:: + + If you are upgrading from Libcloud v2.3.0 or older versions and are + utilizing paths with duplicated slashes (e.g. ``/my-bucket//path/1.txt``) + or a root bucked named as ``/``, you will need to utilize + ``libcloud.common.base.ALLOW_PATH_DOUBLE_SLASHES`` variable which was + added in Libcloud v3.3.0 so you can access objects in those paths. + + For more information, please refer to the "Upgrade Notes". + Multipart uploads -----------------
