#
boto
Here are 70 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
Jun 2, 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
Apr 20, 2021 - 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
Mar 25, 2021 - 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
mseed
-
Updated
Jun 1, 2021 - Python
Ocr-process-service is open-source software available to retrieve meaningful values from Brazilian receipts
-
Updated
Oct 22, 2016 - Python
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
Easily deploy to S3 with multiple environment support.
-
Updated
May 27, 2021 - 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 10, 2021 - 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
Apr 1, 2021 - Python
Nightly shutdown tool for AWS EC2 cost-control
-
Updated
Feb 3, 2017 - 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