[GitHub] [libcloud] shengwubin commented on pull request #1796: Fix Aliyun OSS storage upload_object KeyError: 'ETag' issue

2023-01-21 Thread via GitHub
shengwubin commented on PR #1796: URL: https://github.com/apache/libcloud/pull/1796#issuecomment-1399397932 > Looks like this still needs more work since tests are now failing with: > > ```shell > > result_dict = self._upload_object( > object_name=object_name,

[GitHub] [libcloud] jan-mue opened a new pull request, #1850: Fix list_nodes in the Azure arm driver

2023-01-25 Thread via GitHub
jan-mue opened a new pull request, #1850: URL: https://github.com/apache/libcloud/pull/1850 ## Fix the list_nodes function in the Azure ARM driver ### Description The Azure API returns an attribute `nextLink` for pagination that is currently not used in the Azure ARM driver.

[GitHub] [libcloud] Kami commented on pull request #1847: optimize read_in_chunks

2023-01-28 Thread via GitHub
Kami commented on PR #1847: URL: https://github.com/apache/libcloud/pull/1847#issuecomment-1407374285 Awesome, thanks for this contribution. I think it would also be good to add micro benchmarks for this function / code path to `libcloud/test/benchmarks/` so we can track performance o

[GitHub] [libcloud] codecov-commenter commented on pull request #1847: optimize read_in_chunks

2023-01-28 Thread via GitHub
codecov-commenter commented on PR #1847: URL: https://github.com/apache/libcloud/pull/1847#issuecomment-1407375564 # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1847?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[GitHub] [libcloud] Kami commented on pull request #1847: optimize read_in_chunks

2023-01-28 Thread via GitHub
Kami commented on PR #1847: URL: https://github.com/apache/libcloud/pull/1847#issuecomment-1407380788 I've added a basic baseline micro benchmark (to help us avoid regressions in the future) in 523838cd5e5a7f0c0dcab59651ebf4dee3fe6d1b. I was indeed able to reproduce your results (larg

[GitHub] [libcloud] Kami merged pull request #1847: optimize read_in_chunks

2023-01-28 Thread via GitHub
Kami merged PR #1847: URL: https://github.com/apache/libcloud/pull/1847 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libclo

[GitHub] [libcloud] asfgit merged pull request #1849: Bump paramiko from 2.12.0 to 3.0.0

2023-01-28 Thread via GitHub
asfgit merged PR #1849: URL: https://github.com/apache/libcloud/pull/1849 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libc

[GitHub] [libcloud] asfgit merged pull request #1846: Bump libvirt-python from 8.10.0 to 9.0.0

2023-01-28 Thread via GitHub
asfgit merged PR #1846: URL: https://github.com/apache/libcloud/pull/1846 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libc

[GitHub] [libcloud] asfgit merged pull request #1848: Bump astroid from 2.13.2 to 2.13.3

2023-01-28 Thread via GitHub
asfgit merged PR #1848: URL: https://github.com/apache/libcloud/pull/1848 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libc

[GitHub] [libcloud] asfgit merged pull request #1845: Bump pytest from 7.2.0 to 7.2.1

2023-01-28 Thread via GitHub
asfgit merged PR #1845: URL: https://github.com/apache/libcloud/pull/1845 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libc

[GitHub] [libcloud] asfgit merged pull request #1851: Bump coverage from 7.0.5 to 7.1.0

2023-01-28 Thread via GitHub
asfgit merged PR #1851: URL: https://github.com/apache/libcloud/pull/1851 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libc

[GitHub] [libcloud] Kami commented on pull request #1850: Fix list_nodes in the Azure arm driver

2023-01-28 Thread via GitHub
Kami commented on PR #1850: URL: https://github.com/apache/libcloud/pull/1850#issuecomment-1407409093 Thanks for the contribution. It would be great if you could also add a unit test for this change. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [libcloud] codecov-commenter commented on pull request #1796: Fix Aliyun OSS storage upload_object KeyError: 'ETag' issue

2023-01-28 Thread via GitHub
codecov-commenter commented on PR #1796: URL: https://github.com/apache/libcloud/pull/1796#issuecomment-1407439386 # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1796?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[GitHub] [libcloud] asfgit merged pull request #1796: Fix Aliyun OSS storage upload_object KeyError: 'ETag' issue

2023-01-28 Thread via GitHub
asfgit merged PR #1796: URL: https://github.com/apache/libcloud/pull/1796 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libc

[GitHub] [libcloud] Kami commented on pull request #1796: Fix Aliyun OSS storage upload_object KeyError: 'ETag' issue

2023-01-28 Thread via GitHub
Kami commented on PR #1796: URL: https://github.com/apache/libcloud/pull/1796#issuecomment-1407469414 Merged into trunk. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

[GitHub] [libcloud] Kami opened a new pull request, #1852: Clean up compute drive (based on top of #1743)

2023-01-28 Thread via GitHub
Kami opened a new pull request, #1852: URL: https://github.com/apache/libcloud/pull/1852 This pull request is based on top of #1743. It synchronized that branch with latest trunk (there were a lot of conflicts due to the recent reformatting of the code in trunk). I still need to go o

[GitHub] [libcloud] Kami commented on pull request #1743: Clean compute drivers

2023-01-28 Thread via GitHub
Kami commented on PR #1743: URL: https://github.com/apache/libcloud/pull/1743#issuecomment-1407470752 I believe I managed to address all the conflicts in #1852 (but I still need to go over the changes again and double check). -- This is an automated message from the Apache Git Service. To

[GitHub] [libcloud] codecov-commenter commented on pull request #1852: Clean up compute drive (based on top of #1743)

2023-01-28 Thread via GitHub
codecov-commenter commented on PR #1852: URL: https://github.com/apache/libcloud/pull/1852#issuecomment-1407471836 # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1852?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[GitHub] [libcloud] Kami merged pull request #1852: Clean up compute drive (based on top of #1743)

2023-01-29 Thread via GitHub
Kami merged PR #1852: URL: https://github.com/apache/libcloud/pull/1852 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libclo

[GitHub] [libcloud] Kami merged pull request #1743: Clean compute drivers

2023-01-29 Thread via GitHub
Kami merged PR #1743: URL: https://github.com/apache/libcloud/pull/1743 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libclo

[GitHub] [libcloud] Kami commented on pull request #1743: Clean compute drivers

2023-01-29 Thread via GitHub
Kami commented on PR #1743: URL: https://github.com/apache/libcloud/pull/1743#issuecomment-1407624486 #1852 has been merged. Thanks a lot of this clean up! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [libcloud] Kami merged pull request #1853: Bump isort[pyproject] from 5.11.4 to 5.12.0

2023-01-30 Thread via GitHub
Kami merged PR #1853: URL: https://github.com/apache/libcloud/pull/1853 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libclo

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1856: Bump astroid from 2.13.3 to 2.14.1

2023-02-01 Thread via GitHub
dependabot[bot] opened a new pull request, #1856: URL: https://github.com/apache/libcloud/pull/1856 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.13.3 to 2.14.1. Changelog Sourced from https://github.com/PyCQA/astroid/blob/main/ChangeLog";>astroid's changelog. Wha

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1855: Bump black from 22.12.0 to 23.1.0

2023-02-01 Thread via GitHub
dependabot[bot] opened a new pull request, #1855: URL: https://github.com/apache/libcloud/pull/1855 Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.1.0. Release notes Sourced from https://github.com/psf/black/releases";>black's releases. 23.1.0 Highlights

[GitHub] [libcloud] dependabot[bot] commented on pull request #1854: Bump astroid from 2.13.3 to 2.14.0

2023-02-01 Thread via GitHub
dependabot[bot] commented on PR #1854: URL: https://github.com/apache/libcloud/pull/1854#issuecomment-1412415662 Superseded by #1856. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1857: Bump pylint from 2.15.10 to 2.16.0

2023-02-01 Thread via GitHub
dependabot[bot] opened a new pull request, #1857: URL: https://github.com/apache/libcloud/pull/1857 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.10 to 2.16.0. Commits https://github.com/PyCQA/pylint/commit/dcb0198d164b7f4306f60d854a6bd97ff65a62a4";>dcb0198 Bump pyl

[GitHub] [libcloud] dependabot[bot] closed pull request #1854: Bump astroid from 2.13.3 to 2.14.0

2023-02-01 Thread via GitHub
dependabot[bot] closed pull request #1854: Bump astroid from 2.13.3 to 2.14.0 URL: https://github.com/apache/libcloud/pull/1854 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1858: Bump pylint from 2.15.10 to 2.16.1

2023-02-02 Thread via GitHub
dependabot[bot] opened a new pull request, #1858: URL: https://github.com/apache/libcloud/pull/1858 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.10 to 2.16.1. Commits https://github.com/PyCQA/pylint/commit/f48ec66d04429721ddfdf1613e33f6545a3da72e";>f48ec66 Bump pyl

[GitHub] [libcloud] dependabot[bot] closed pull request #1857: Bump pylint from 2.15.10 to 2.16.0

2023-02-02 Thread via GitHub
dependabot[bot] closed pull request #1857: Bump pylint from 2.15.10 to 2.16.0 URL: https://github.com/apache/libcloud/pull/1857 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [libcloud] dependabot[bot] commented on pull request #1857: Bump pylint from 2.15.10 to 2.16.0

2023-02-02 Thread via GitHub
dependabot[bot] commented on PR #1857: URL: https://github.com/apache/libcloud/pull/1857#issuecomment-1414079843 Superseded by #1858. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1859: Bump pytest-xdist from 3.1.0 to 3.2.0

2023-02-07 Thread via GitHub
dependabot[bot] opened a new pull request, #1859: URL: https://github.com/apache/libcloud/pull/1859 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.1.0 to 3.2.0. Changelog Sourced from https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst";>py

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1860: Bump mypy from 0.982 to 1.0.0

2023-02-07 Thread via GitHub
dependabot[bot] opened a new pull request, #1860: URL: https://github.com/apache/libcloud/pull/1860 Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.0.0. Commits https://github.com/python/mypy/commit/bc18017c19eb81bf5c11756f4e7dede4791e2823";>bc18017 Promote 1.0.0+d

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1861: Bump cryptography from 39.0.0 to 39.0.1

2023-02-07 Thread via GitHub
dependabot[bot] opened a new pull request, #1861: URL: https://github.com/apache/libcloud/pull/1861 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.1. Changelog Sourced from https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst";>cryptography's

[GitHub] [libcloud] codecov-commenter commented on pull request #1861: Bump cryptography from 39.0.0 to 39.0.1

2023-02-07 Thread via GitHub
codecov-commenter commented on PR #1861: URL: https://github.com/apache/libcloud/pull/1861#issuecomment-1422022627 # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1861?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1862: Bump astroid from 2.13.3 to 2.14.2

2023-02-13 Thread via GitHub
dependabot[bot] opened a new pull request, #1862: URL: https://github.com/apache/libcloud/pull/1862 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.13.3 to 2.14.2. Changelog Sourced from https://github.com/PyCQA/astroid/blob/main/ChangeLog";>astroid's changelog. Wha

[GitHub] [libcloud] dependabot[bot] commented on pull request #1856: Bump astroid from 2.13.3 to 2.14.1

2023-02-13 Thread via GitHub
dependabot[bot] commented on PR #1856: URL: https://github.com/apache/libcloud/pull/1856#issuecomment-1428427711 Superseded by #1862. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] closed pull request #1856: Bump astroid from 2.13.3 to 2.14.1

2023-02-13 Thread via GitHub
dependabot[bot] closed pull request #1856: Bump astroid from 2.13.3 to 2.14.1 URL: https://github.com/apache/libcloud/pull/1856 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1863: Bump pylint from 2.15.10 to 2.16.2

2023-02-13 Thread via GitHub
dependabot[bot] opened a new pull request, #1863: URL: https://github.com/apache/libcloud/pull/1863 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.10 to 2.16.2. Commits https://github.com/PyCQA/pylint/commit/0006ae993340aecf1eefdc402bc58a6e611a1586";>0006ae9 Bump pyl

[GitHub] [libcloud] dependabot[bot] closed pull request #1858: Bump pylint from 2.15.10 to 2.16.1

2023-02-13 Thread via GitHub
dependabot[bot] closed pull request #1858: Bump pylint from 2.15.10 to 2.16.1 URL: https://github.com/apache/libcloud/pull/1858 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [libcloud] dependabot[bot] commented on pull request #1858: Bump pylint from 2.15.10 to 2.16.1

2023-02-13 Thread via GitHub
dependabot[bot] commented on PR #1858: URL: https://github.com/apache/libcloud/pull/1858#issuecomment-1428428050 Superseded by #1863. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] codecov-commenter commented on pull request #1862: Bump astroid from 2.13.3 to 2.14.2

2023-02-13 Thread via GitHub
codecov-commenter commented on PR #1862: URL: https://github.com/apache/libcloud/pull/1862#issuecomment-1428437094 # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1862?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[GitHub] [libcloud] codecov-commenter commented on pull request #1863: Bump pylint from 2.15.10 to 2.16.2

2023-02-13 Thread via GitHub
codecov-commenter commented on PR #1863: URL: https://github.com/apache/libcloud/pull/1863#issuecomment-1428437891 # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1863?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[GitHub] [libcloud] lowercase00 closed pull request #1742: Add Filters to DO Images

2023-02-14 Thread via GitHub
lowercase00 closed pull request #1742: Add Filters to DO Images URL: https://github.com/apache/libcloud/pull/1742 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1864: Bump mypy from 0.982 to 1.0.1

2023-02-17 Thread via GitHub
dependabot[bot] opened a new pull request, #1864: URL: https://github.com/apache/libcloud/pull/1864 Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.0.1. Commits https://github.com/python/mypy/commit/ecf05e6388eb5c3c0c5d7ea963817c0f81b65618";>ecf05e6 bump version to

[GitHub] [libcloud] dependabot[bot] commented on pull request #1860: Bump mypy from 0.982 to 1.0.0

2023-02-17 Thread via GitHub
dependabot[bot] commented on PR #1860: URL: https://github.com/apache/libcloud/pull/1860#issuecomment-1435045271 Superseded by #1864. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] closed pull request #1860: Bump mypy from 0.982 to 1.0.0

2023-02-17 Thread via GitHub
dependabot[bot] closed pull request #1860: Bump mypy from 0.982 to 1.0.0 URL: https://github.com/apache/libcloud/pull/1860 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [libcloud] codecov-commenter commented on pull request #1864: Bump mypy from 0.982 to 1.0.1

2023-02-17 Thread via GitHub
codecov-commenter commented on PR #1864: URL: https://github.com/apache/libcloud/pull/1864#issuecomment-1435055998 # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1864?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[GitHub] [libcloud] denyszhak commented on issue #1803: Role based EC2 access to S3

2023-02-27 Thread via GitHub
denyszhak commented on issue #1803: URL: https://github.com/apache/libcloud/issues/1803#issuecomment-1447081995 @Kami Any chance you can provide your input here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [libcloud] joseavegaa opened a new issue, #1865: Support for Cloudflare's D1 and/or R2

2023-02-27 Thread via GitHub
joseavegaa opened a new issue, #1865: URL: https://github.com/apache/libcloud/issues/1865 ## Feature Description Cloudflare has been developing an alternative to traditional storage providers, with the benefit that it has no egress fees for the data. - [**D1**](https://develop

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1866: Bump pylint from 2.15.10 to 2.16.3

2023-03-03 Thread via GitHub
dependabot[bot] opened a new pull request, #1866: URL: https://github.com/apache/libcloud/pull/1866 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.10 to 2.16.3. Commits https://github.com/PyCQA/pylint/commit/08bac36eeb5006c7eb2e574049566e232bdbf5ed";>08bac36 Bump pyl

[GitHub] [libcloud] dependabot[bot] commented on pull request #1863: Bump pylint from 2.15.10 to 2.16.2

2023-03-03 Thread via GitHub
dependabot[bot] commented on PR #1863: URL: https://github.com/apache/libcloud/pull/1863#issuecomment-1453900698 Superseded by #1866. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] closed pull request #1863: Bump pylint from 2.15.10 to 2.16.2

2023-03-03 Thread via GitHub
dependabot[bot] closed pull request #1863: Bump pylint from 2.15.10 to 2.16.2 URL: https://github.com/apache/libcloud/pull/1863 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1867: Bump cryptography from 39.0.0 to 39.0.2

2023-03-03 Thread via GitHub
dependabot[bot] opened a new pull request, #1867: URL: https://github.com/apache/libcloud/pull/1867 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.2. Changelog Sourced from https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst";>cryptography's

[GitHub] [libcloud] dependabot[bot] closed pull request #1861: Bump cryptography from 39.0.0 to 39.0.1

2023-03-03 Thread via GitHub
dependabot[bot] closed pull request #1861: Bump cryptography from 39.0.0 to 39.0.1 URL: https://github.com/apache/libcloud/pull/1861 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

[GitHub] [libcloud] dependabot[bot] commented on pull request #1861: Bump cryptography from 39.0.0 to 39.0.1

2023-03-03 Thread via GitHub
dependabot[bot] commented on PR #1861: URL: https://github.com/apache/libcloud/pull/1861#issuecomment-1453900831 Superseded by #1867. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] SamuelMarks opened a new pull request, #1868: Google Cloud improvements

2023-03-04 Thread via GitHub
SamuelMarks opened a new pull request, #1868: URL: https://github.com/apache/libcloud/pull/1868 ## Google Cloud improvements ### Description Google Cloud implementation is a little verbose and has some old style implementation details like `%` for interpolation, `simplejson`; a

[GitHub] [libcloud] dependabot[bot] commented on pull request #1866: Bump pylint from 2.15.10 to 2.16.3

2023-03-06 Thread via GitHub
dependabot[bot] commented on PR #1866: URL: https://github.com/apache/libcloud/pull/1866#issuecomment-1456694150 Superseded by #1869. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1869: Bump pylint from 2.15.10 to 2.16.4

2023-03-06 Thread via GitHub
dependabot[bot] opened a new pull request, #1869: URL: https://github.com/apache/libcloud/pull/1869 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.10 to 2.16.4. Commits https://github.com/PyCQA/pylint/commit/8e7b809806ef94818ae595d4b654f398a3030dbe";>8e7b809 Bump pyl

[GitHub] [libcloud] dependabot[bot] commented on pull request #1862: Bump astroid from 2.13.3 to 2.14.2

2023-03-06 Thread via GitHub
dependabot[bot] commented on PR #1862: URL: https://github.com/apache/libcloud/pull/1862#issuecomment-1456695350 Superseded by #1870. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] closed pull request #1862: Bump astroid from 2.13.3 to 2.14.2

2023-03-06 Thread via GitHub
dependabot[bot] closed pull request #1862: Bump astroid from 2.13.3 to 2.14.2 URL: https://github.com/apache/libcloud/pull/1862 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1870: Bump astroid from 2.13.3 to 2.15.0

2023-03-06 Thread via GitHub
dependabot[bot] opened a new pull request, #1870: URL: https://github.com/apache/libcloud/pull/1870 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.13.3 to 2.15.0. Changelog Sourced from https://github.com/PyCQA/astroid/blob/main/ChangeLog";>astroid's changelog. Wha

[GitHub] [libcloud] dependabot[bot] closed pull request #1866: Bump pylint from 2.15.10 to 2.16.3

2023-03-06 Thread via GitHub
dependabot[bot] closed pull request #1866: Bump pylint from 2.15.10 to 2.16.3 URL: https://github.com/apache/libcloud/pull/1866 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [libcloud] thomas-riccardi commented on issue #1562: Problem uploading empty files with upload_object

2023-03-06 Thread via GitHub
thomas-riccardi commented on issue #1562: URL: https://github.com/apache/libcloud/issues/1562#issuecomment-1456712405 We encountered this issue too (incoming GCP change: they'll stop supporting multiple Host headers requests, and return 400). We tracked down the issue to `requests`:

[GitHub] [libcloud] dependabot[bot] closed pull request #1864: Bump mypy from 0.982 to 1.0.1

2023-03-07 Thread via GitHub
dependabot[bot] closed pull request #1864: Bump mypy from 0.982 to 1.0.1 URL: https://github.com/apache/libcloud/pull/1864 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1871: Bump mypy from 0.982 to 1.1.1

2023-03-07 Thread via GitHub
dependabot[bot] opened a new pull request, #1871: URL: https://github.com/apache/libcloud/pull/1871 Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.1.1. Commits https://github.com/python/mypy/commit/9b777a36315b1ba24ab840f9f905cfb6c82e35a9";>9b777a3 bump version to

[GitHub] [libcloud] dependabot[bot] commented on pull request #1864: Bump mypy from 0.982 to 1.0.1

2023-03-07 Thread via GitHub
dependabot[bot] commented on PR #1864: URL: https://github.com/apache/libcloud/pull/1864#issuecomment-1458604720 Superseded by #1871. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] commented on pull request #1869: Bump pylint from 2.15.10 to 2.16.4

2023-03-08 Thread via GitHub
dependabot[bot] commented on PR #1869: URL: https://github.com/apache/libcloud/pull/1869#issuecomment-1460611548 Superseded by #1872. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1872: Bump pylint from 2.15.10 to 2.17.0

2023-03-08 Thread via GitHub
dependabot[bot] opened a new pull request, #1872: URL: https://github.com/apache/libcloud/pull/1872 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.10 to 2.17.0. Commits https://github.com/PyCQA/pylint/commit/2e78c414d24c9819936351c133b3edcad970abaa";>2e78c41 Proper r

[GitHub] [libcloud] dependabot[bot] closed pull request #1869: Bump pylint from 2.15.10 to 2.16.4

2023-03-08 Thread via GitHub
dependabot[bot] closed pull request #1869: Bump pylint from 2.15.10 to 2.16.4 URL: https://github.com/apache/libcloud/pull/1869 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [libcloud] jklint opened a new issue, #1873: Ubuntu 20.04 prohibits TLSv1 by default

2023-03-10 Thread via GitHub
jklint opened a new issue, #1873: URL: https://github.com/apache/libcloud/issues/1873 Running into an issue utilizing libcloud on Ubuntu 20.04. Per this bug report [0] on Ubuntu, TLS versions below 1.2 are not permitted. My issue appears to stem from the TLS version being set explicitly [1]

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1874: Bump pytest-xdist from 3.1.0 to 3.2.1

2023-03-13 Thread via GitHub
dependabot[bot] opened a new pull request, #1874: URL: https://github.com/apache/libcloud/pull/1874 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.1.0 to 3.2.1. Changelog Sourced from https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst";>py

[GitHub] [libcloud] dependabot[bot] commented on pull request #1859: Bump pytest-xdist from 3.1.0 to 3.2.0

2023-03-13 Thread via GitHub
dependabot[bot] commented on PR #1859: URL: https://github.com/apache/libcloud/pull/1859#issuecomment-148475 Superseded by #1874. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] closed pull request #1859: Bump pytest-xdist from 3.1.0 to 3.2.0

2023-03-13 Thread via GitHub
dependabot[bot] closed pull request #1859: Bump pytest-xdist from 3.1.0 to 3.2.0 URL: https://github.com/apache/libcloud/pull/1859 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[GitHub] [libcloud] harshvar2 commented on issue #1696: get_object_cdn_url() & get_container_cdn_url() implementation for StorageDrivers

2023-03-15 Thread via GitHub
harshvar2 commented on issue #1696: URL: https://github.com/apache/libcloud/issues/1696#issuecomment-1469529412 @Kami @tonybaloney @pquerna can u please check on priority, thanks in advance. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [libcloud] mohammad-aburadeh opened a new pull request, #1875: Support all S3 storage classes

2023-03-20 Thread via GitHub
mohammad-aburadeh opened a new pull request, #1875: URL: https://github.com/apache/libcloud/pull/1875 ## Support all S3 storage classes ### Description Current version of libcloud supports only "standard" and "reducered" storage classes. AWS S3 add new storage classes durin

[GitHub] [libcloud] mohammad-aburadeh commented on pull request #1875: Support all S3 storage classes

2023-03-20 Thread via GitHub
mohammad-aburadeh commented on PR #1875: URL: https://github.com/apache/libcloud/pull/1875#issuecomment-1476804803 Hi @Kami The changes are ready to review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [libcloud] SamuelMarks opened a new issue, #1876: Website dark mode blocks top of documentation

2023-03-20 Thread via GitHub
SamuelMarks opened a new issue, #1876: URL: https://github.com/apache/libcloud/issues/1876 ## Summary ![image](https://user-images.githubusercontent.com/807580/226481895-512e93de-e6ec-4766-9ebe-17b757f489b1.png) ![image](https://user-images.githubusercontent.com/807580/226481960-f

[GitHub] [libcloud] outscale-mgo opened a new pull request, #1877: Fix list_volumes, and list_nodes in Outsale provider

2023-03-21 Thread via GitHub
outscale-mgo opened a new pull request, #1877: URL: https://github.com/apache/libcloud/pull/1877 ## Fix list_volumes, and list_nodes in Outsale provider ### Description the was `list_nodes` was listening `privates_ips` and `public_ips` was buggy, and ips was accessing using `node.

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1878: Bump pylint from 2.15.10 to 2.17.1

2023-03-22 Thread via GitHub
dependabot[bot] opened a new pull request, #1878: URL: https://github.com/apache/libcloud/pull/1878 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.10 to 2.17.1. Commits https://github.com/PyCQA/pylint/commit/b9c1ab3cd5323f5cb305a12c9e105102e4200ead";>b9c1ab3 Bump pyl

[GitHub] [libcloud] dependabot[bot] commented on pull request #1872: Bump pylint from 2.15.10 to 2.17.0

2023-03-22 Thread via GitHub
dependabot[bot] commented on PR #1872: URL: https://github.com/apache/libcloud/pull/1872#issuecomment-1480029819 Superseded by #1878. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] closed pull request #1872: Bump pylint from 2.15.10 to 2.17.0

2023-03-22 Thread via GitHub
dependabot[bot] closed pull request #1872: Bump pylint from 2.15.10 to 2.17.0 URL: https://github.com/apache/libcloud/pull/1872 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1879: Bump cryptography from 39.0.0 to 40.0.0

2023-03-24 Thread via GitHub
dependabot[bot] opened a new pull request, #1879: URL: https://github.com/apache/libcloud/pull/1879 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 40.0.0. Changelog Sourced from https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst";>cryptography's

[GitHub] [libcloud] dependabot[bot] commented on pull request #1867: Bump cryptography from 39.0.0 to 39.0.2

2023-03-24 Thread via GitHub
dependabot[bot] commented on PR #1867: URL: https://github.com/apache/libcloud/pull/1867#issuecomment-1483207783 Superseded by #1879. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] closed pull request #1867: Bump cryptography from 39.0.0 to 39.0.2

2023-03-24 Thread via GitHub
dependabot[bot] closed pull request #1867: Bump cryptography from 39.0.0 to 39.0.2 URL: https://github.com/apache/libcloud/pull/1867 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1880: Bump astroid from 2.13.3 to 2.15.1

2023-03-27 Thread via GitHub
dependabot[bot] opened a new pull request, #1880: URL: https://github.com/apache/libcloud/pull/1880 Bumps [astroid](https://github.com/PyCQA/astroid) from 2.13.3 to 2.15.1. Changelog Sourced from https://github.com/PyCQA/astroid/blob/main/ChangeLog";>astroid's changelog. Wha

[GitHub] [libcloud] dependabot[bot] commented on pull request #1870: Bump astroid from 2.13.3 to 2.15.0

2023-03-27 Thread via GitHub
dependabot[bot] commented on PR #1870: URL: https://github.com/apache/libcloud/pull/1870#issuecomment-1485607125 Superseded by #1880. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] closed pull request #1870: Bump astroid from 2.13.3 to 2.15.0

2023-03-27 Thread via GitHub
dependabot[bot] closed pull request #1870: Bump astroid from 2.13.3 to 2.15.0 URL: https://github.com/apache/libcloud/pull/1870 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [libcloud] dependabot[bot] closed pull request #1879: Bump cryptography from 39.0.0 to 40.0.0

2023-03-27 Thread via GitHub
dependabot[bot] closed pull request #1879: Bump cryptography from 39.0.0 to 40.0.0 URL: https://github.com/apache/libcloud/pull/1879 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

[GitHub] [libcloud] dependabot[bot] commented on pull request #1879: Bump cryptography from 39.0.0 to 40.0.0

2023-03-27 Thread via GitHub
dependabot[bot] commented on PR #1879: URL: https://github.com/apache/libcloud/pull/1879#issuecomment-1485609923 Superseded by #1881. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1881: Bump cryptography from 39.0.0 to 40.0.1

2023-03-27 Thread via GitHub
dependabot[bot] opened a new pull request, #1881: URL: https://github.com/apache/libcloud/pull/1881 Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 40.0.1. Changelog Sourced from https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst";>cryptography's

[GitHub] [libcloud] mohammad-aburadeh opened a new issue, #1882: Support all S3 storage classes in S3 driver

2023-03-27 Thread via GitHub
mohammad-aburadeh opened a new issue, #1882: URL: https://github.com/apache/libcloud/issues/1882 libcloud does not support all S3 storage classes (GLACIER, .. etc). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [libcloud] llamasoft opened a new issue, #1883: Rackspace Cloud Files use_internal_url setting causes exception

2023-03-27 Thread via GitHub
llamasoft opened a new issue, #1883: URL: https://github.com/apache/libcloud/issues/1883 ## Summary Attempting to use Rackspace Cloud Files with `use_internal_url=True` option results in `LibcloudError("Could not find specified endpoint")` ## Detailed Information python

[GitHub] [libcloud] llamasoft opened a new pull request, #1884: Fix exception when using internal URL

2023-03-27 Thread via GitHub
llamasoft opened a new pull request, #1884: URL: https://github.com/apache/libcloud/pull/1884 Cloud Files has no concept of an "internal" CDN so the endpoint type must be hard-coded to "external". Sample Cloud Files service catalog listing: https://docs.rackspace.com/docs/cloud-files/v1/get

[GitHub] [libcloud] llamasoft opened a new issue, #1885: OpenStack driver creates new connection on every request

2023-03-27 Thread via GitHub
llamasoft opened a new issue, #1885: URL: https://github.com/apache/libcloud/issues/1885 The OpenStack driver creates a new connection for every request it makes and results in a large amount of overhead when attempting to do bulk actions. https://github.com/apache/libcloud/blob/d163

[GitHub] [libcloud] llamasoft opened a new pull request, #1886: [OpenStack] Reuse connections to same host/port

2023-03-27 Thread via GitHub
llamasoft opened a new pull request, #1886: URL: https://github.com/apache/libcloud/pull/1886 If the connection host/port/secure hasn't changed then the current connection can be reused. This greatly reduces overhead when doing bulk actions such as storage object downloads. In

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1887: Bump black from 22.12.0 to 23.3.0

2023-03-29 Thread via GitHub
dependabot[bot] opened a new pull request, #1887: URL: https://github.com/apache/libcloud/pull/1887 Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.3.0. Release notes Sourced from https://github.com/psf/black/releases";>black's releases. 23.3.0 Highlights

[GitHub] [libcloud] dependabot[bot] commented on pull request #1855: Bump black from 22.12.0 to 23.1.0

2023-03-29 Thread via GitHub
dependabot[bot] commented on PR #1855: URL: https://github.com/apache/libcloud/pull/1855#issuecomment-1489061733 Superseded by #1887. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [libcloud] dependabot[bot] closed pull request #1855: Bump black from 22.12.0 to 23.1.0

2023-03-29 Thread via GitHub
dependabot[bot] closed pull request #1855: Bump black from 22.12.0 to 23.1.0 URL: https://github.com/apache/libcloud/pull/1855 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1888: Bump pylint from 2.15.10 to 2.17.2

2023-04-03 Thread via GitHub
dependabot[bot] opened a new pull request, #1888: URL: https://github.com/apache/libcloud/pull/1888 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.10 to 2.17.2. Commits https://github.com/pylint-dev/pylint/commit/de0147e92586be56cdee9711dd3d3a7a7e1c9ef2";>de0147e Bum

[GitHub] [libcloud] dependabot[bot] closed pull request #1878: Bump pylint from 2.15.10 to 2.17.1

2023-04-03 Thread via GitHub
dependabot[bot] closed pull request #1878: Bump pylint from 2.15.10 to 2.17.1 URL: https://github.com/apache/libcloud/pull/1878 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

  1   2   3   4   5   6   7   8   >