-
Updated
Oct 2, 2020 - Swift
minio
Here are 342 public repositories matching this topic...
-
Updated
Oct 13, 2020 - Go
-
Updated
Jul 23, 2020 - Java
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Sep 5, 2020 - Jupyter Notebook
-
Updated
Oct 12, 2020 - Java
Add issue templates
We need issue templates so issues can be reported with details required to debug the issue or with feature request details.
Examples:
-
Updated
Apr 2, 2019 - Go
Describe the bug
Drone prints passed gcs.json-key secret in the logs when debug mode is enabled
To Reproduce
Steps to reproduce the behavior:
- using current version
v1.1.0, I passedgcs.json-keyas organization secret and enable debug mode.
Expected behavior
on debug mode or not, drone should never print a secret, and you will see in the screenshot that drone actu
-
Updated
Oct 10, 2020 - Python
-
Updated
Jun 14, 2020 - Jupyter Notebook
-
Updated
Nov 27, 2018
-
Updated
Apr 4, 2019 - CSS
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Mar 30, 2020 - Shell
Task
Read secrets from either env-var or from files mounted at path
Example:
https://github.com/openfaas-incubator/vcenter-connector/blob/master/main.go#L73
-
Updated
May 30, 2019 - Smarty
-
Updated
Aug 24, 2020 - Go
-
Updated
Mar 12, 2019 - Shell
-
Updated
Mar 1, 2018 - Go
-
Updated
Oct 5, 2020 - Python
Add a new resource to manage buckets file objects.
Some rules to follow:
-
add a new tag in provider.go:
minio_s3_bucket_file; -
add an object in payload.go file named as
type S3MinioFile struct -
create a func in check_config.go to fill up the object structure:
func S3FileConfig -
add a test file naming as
minio_s3_bucket_file_test.go; -
update the documentation creati
Improve this page
Add a description, image, and links to the minio topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the minio topic, visit your repo's landing page and select "manage topics."
Enhancement Suggestion
Currently if Rome does not find a dependency or
bcsymbolmapin the cache it outputs this as an error, and this is particularly ugly when used with Fastlane.It is just noise in almost all cases I can think of, and is particularly noisy when you do your first Rome download and when you build only for one platform e.g. iOS where you get all the symbol map errors.