- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 101 for Wain (0.14 sec)
-
docs/debugging/healing-bin/main.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package main import ( "archive/zip" "bytes" "encoding/json" "fmt" "io" "log" "os" "strings" "github.com/minio/cli" "github.com/tinylib/msgp/msgp" ) func main() { app := cli.NewApp() app.Copyright = "MinIO, Inc." app.Usage = "healing.bin to JSON" app.HideVersion = true
Go - Registered: 2023-12-03 19:28 - Last Modified: 2022-09-19 18:05 - 3.2K bytes - Viewed (0) -
cmd/server-main.go
Harshavardhana <******@****.***> 1700689577 -0800
Go - Registered: 2023-12-03 19:28 - Last Modified: 2023-11-22 21:46 - 30.4K bytes - Viewed (0) -
.github/workflows/multipart/nginx-site1.conf
include /etc/nginx/mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; access_log /var/log/nginx/access.log main; sendfile on; keepalive_timeout 65; # include /etc/nginx/conf.d/*.conf;
Plain Text - Registered: 2023-12-03 19:28 - Last Modified: 2023-09-30 10:13 - 1.7K bytes - Viewed (0) -
buildscripts/resolve-right-versions.sh
Shell Script - Registered: 2023-12-03 19:28 - Last Modified: 2023-08-16 14:51 - 1.5K bytes - Viewed (0) -
.github/workflows/mint/nginx.conf
include /etc/nginx/mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; access_log /var/log/nginx/access.log main; sendfile on; keepalive_timeout 65; # include /etc/nginx/conf.d/*.conf;
Plain Text - Registered: 2023-12-03 19:28 - Last Modified: 2023-03-31 21:38 - 3K bytes - Viewed (0) -
docs/sts/client-grants.go
// GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package main import ( "bytes" "context" "crypto/tls" "encoding/json" "flag" "fmt" "log" "net/http" "net/url" "strings" minio "github.com/minio/minio-go/v7"
Go - Registered: 2023-12-03 19:28 - Last Modified: 2021-08-19 01:35 - 3.3K bytes - Viewed (0) -
docs/debugging/inspect/decrypt-v2.go
// GNU Affero General Public License for more details. // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package main import ( "errors" "fmt" "io" "os" "github.com/minio/madmin-go/v3/estream" ) func extractInspectV2(pk []byte, r io.Reader, w io.Writer) error { privKey, err := bytesToPrivateKey(pk)
Go - Registered: 2023-12-03 19:28 - Last Modified: 2023-06-26 22:36 - 1.9K bytes - Viewed (0) -
docs/extensions/s3zip/README.md
## Code Examples [Using minio-go library](https://github.com/minio/minio/blob/master/docs/extensions/s3zip/examples/minio-go/main.go) [Using AWS JS SDK v2](https://github.com/minio/minio/blob/master/docs/extensions/s3zip/examples/aws-js/main.js) [Using boto3](https://github.com/minio/minio/blob/master/docs/extensions/s3zip/examples/boto3/main.py) ## Requirements and limits
Plain Text - Registered: 2023-12-03 19:28 - Last Modified: 2022-10-21 22:37 - 2.8K bytes - Viewed (0) -
helm-releases/minio-5.0.6.tgz
[ # "10.0.0.0/8", # "192.168.0.0/24" # ] # ## Additional Annotations for the Kubernetes Job makePolicyJob makePolicyJob: securityContext: enabled: false runAsUser: 1000 runAsGroup: 1000 resources: requests: memory: 128Mi # Command to run after the main command on exit exitCommand: "" ## List of users to be created after minio install ## users: ## Username, password and policy to be assigned to the user ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics] ## Add new policies...
Others - Registered: 2023-12-03 19:28 - Last Modified: 2023-02-13 06:53 - 20.3K bytes - Viewed (0) -
helm-releases/minio-5.0.3.tgz
"10.0.0.0/8", # "192.168.0.0/24" # ] # ## Additional Annotations for the Kubernetes Job makePolicyJob makePolicyJob: securityContext: enabled: false runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 resources: requests: memory: 128Mi # Command to run after the main command on exit exitCommand: "" ## List of users to be created after minio install ## users: ## Username, password and policy to be assigned to the user ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics] ## Add new policies...
Others - Registered: 2023-12-03 19:28 - Last Modified: 2022-12-19 08:53 - 20.3K bytes - Viewed (0)