boto
Here are 67 public repositories matching this topic...
Describe the bug
I have noticed that app-link URLs like: https://company.okta.com/home/amazon_aws/0obm6u4wyuVYgbLdJ0x7/172 cause parsing error in okta_auth_config.py at line 45 (version 0.4.4).
It is caused by an underscore character '_' that should be encoded prior verification like '%5F'.
Traceback (most recent call last):
File "/Users/nowam1/Library/Python/3.7/bin/okta-awsc
-
Updated
Aug 25, 2020 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Jul 2, 2019 - Shell
-
Updated
Nov 4, 2019 - Python
-
Updated
Oct 28, 2020 - Python
-
Updated
Oct 22, 2016 - Python
-
Updated
Jun 3, 2020 - Shell
-
Updated
May 12, 2020 - Python
-
Updated
Jun 5, 2020 - Python
-
Updated
Sep 18, 2018 - Python
-
Updated
Feb 3, 2017 - Python
-
Updated
Dec 13, 2019 - Python
-
Updated
Sep 12, 2019 - Python
Improve this page
Add a description, image, and links to the boto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the boto topic, visit your repo's landing page and select "manage topics."


Problem description
Be able to read public GCS files without providing credentials.
Steps/code to reproduce the problem