#
boto
Here are 68 public repositories matching this topic...
machiev
commented
Oct 12, 2020
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
Linux monitoring scripts for CloudWatch
-
Updated
Dec 19, 2020 - Python
Amazon DynamoDB Deep Dive Course
-
Updated
Feb 8, 2021 - Python
Export AWS profiles to your shell environment
-
Updated
Jul 2, 2019 - Shell
Flask extension that ties boto3 connectors to the application context
-
Updated
Nov 4, 2019 - Python
H Y P E R K U B E - A Serverless API and kubectl plugin providing a storage and retrieval Kubernetes cluster credentials. Hyperkube leverages AWS Secrets Manager for storing credential information.
kubernetes
aws
aws-lambda
serverless
dynamodb
aws-apigateway
python3
serverless-framework
kube
boto
aws-secrets-manager
kubectl-plugin
-
Updated
Feb 10, 2021 - Python
Ocr-process-service is open-source software available to retrieve meaningful values from Brazilian receipts
-
Updated
Oct 22, 2016 - Python
Software for live-streaming and recording lossy or lossless compressed audio (HLS, DASH, FLAC) via AWS S3 buckets.
python
hls
aws-s3
mpeg-dash
audio-streaming
dash
audio-recorder
hls-live-streaming
boto
hls-stream
hls-server
-
Updated
Jun 3, 2020 - Shell
Potemkin is a decorator to setup initial conditions for a boto "integration test" with real AWS services via CloudFormation, and to tear them down as well.
-
Updated
May 12, 2020 - Python
Create a Robust CDN for your Django Project Static Files in this section. This repo is the reference code for the Django + S3 + Cloudfront section in the Dive into AWS Course.
python
aws
django
cdn
python3
amazon-web-services
boto3
boto
content-delivery-network
custom-domain
staticfiles
cfe
python-manange-collectstatic
-
Updated
Jun 5, 2020 - Python
boto3 with auto-complete in PyCharm and dataclasses not dicts. NOT RECOMMENDED FOR USE (2019-01-26)
-
Updated
Sep 18, 2018 - Python
Python examples on AWS (Amazon Web Services) using AWS SDK for Python (Boto3). How to manage EC2 instances, Lambda Functions, S3 buckets, etc.
python
aws
aws-lambda
ec2
aws-s3
lambda-functions
s3
s3-bucket
python3
s3-storage
aws-ec2
ec2-instance
python-3
amazon-web-services
s3-buckets
boto
amazon-services
-
Updated
Aug 8, 2020 - Python
Nightly shutdown tool for AWS EC2 cost-control
-
Updated
Feb 3, 2017 - Python
SSMEnv allows you to read parameters from AWS Parameter Store and operate on results as on dictionary.
python
docker
aws
lambda
environment
docker-compose
environment-variables
boto3
boto
ssm
parameter-store
-
Updated
Dec 26, 2020 - 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