The Wayback Machine - https://web.archive.org/web/20210918102103/https://github.com/topics/bucket
Here are
234 public repositories
matching this topic...
A command-line installer for Windows.
Updated
Sep 4, 2021
PowerShell
BoltHold is an embeddable NoSQL store for Go types built on BoltDB
ExRated, the Elixir OTP GenServer with the naughty name that allows you to rate-limit calls to any service that requires it.
Updated
Aug 2, 2021
Elixir
A simple, progressive, client/server AB testing library 📚
Updated
Jan 2, 2020
JavaScript
An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.
Manage Helm 3 repositories on Google Cloud Storage 🔐 **privately**
baulk - Minimal Package Manager for Windows
File storage abstraction for Yii2
☁️ AWS CLI + JQ = Make life easier
Library which contains several time-dependent data and index structures (e.g., IntervalTree, BucketTimeSeries), as well as algorithms.
Updated
Sep 15, 2021
Java
Document DB API for AWS S3
Updated
Aug 10, 2021
TypeScript
Terraform module that creates an S3 bucket with an optional IAM user for external CI/CD systems
Updated
Nov 17, 2017
Python
📂 A react node and express js project to upload files on amazon web services ( AWS )
Updated
Aug 11, 2021
JavaScript
Angular 6: S3 uploads using Cognito authentication
Updated
Nov 21, 2019
TypeScript
mongoose gridfs on top of new gridfs api
Updated
Jun 18, 2021
JavaScript
This module creates an S3 bucket suitable for receiving logs from other AWS services such as S3, CloudFront, and CloudTrail
🚀 A Scoop bucket for facilitating academic research.
Updated
Sep 16, 2021
PowerShell
Terraform Module that implements a CloudFront Distribution (CDN) for a custom origin.
Object Pascal implementation for Amazon S3
Updated
Jul 22, 2019
Pascal
Single page application to browse AWS S3 bucket content
Updated
Sep 17, 2021
HTML
Deploy public or private GitHub repositories automatically to S3 buckets using Git and deploy keys.
Updated
Jan 29, 2020
Java
This repository holds files for the simple chatbot wrote in TensorFlow 1.4, with attention mechanism and bucketing.
Updated
Oct 8, 2019
Python
📦 A bucket of tasty scoop flavored apps.
Updated
Sep 14, 2021
Python
Microservice to generate screenshot from a webpage and upload it to a AWS S3 Bucket.
Continuous deployment assistance for S3 + CloudFront environments
Updated
May 13, 2020
JavaScript
📦 Fast, Simple, and Lightweight State Manager for Vue 3.0 built with composition API, inspired by Vuex.
Updated
Feb 1, 2021
JavaScript
🔐 A concurrent, command-line AWS S3 Fuzzer. Written in Go.
Bucket Flaws ( S3 Bucket Mass Scanner ): A Simple Lightweight Script to Check for Common S3 Bucket Misconfigurations
Updated
Jul 26, 2020
Shell
Improve this page
Add a description, image, and links to the
bucket
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
bucket
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Calling
db.Drop
when a bucket does not exist returns "bucket not found" and that error is directly from bolt'sbolt.ErrBucketNotFound
, I believe this error should be translated tostorm.ErrNotFound
.