adds new functionality for creating a service account for a user, for this, an admin client is created with the user credentials so that the service account can be assigned to him. This also updates to minio RELEASE.2020-04-28T23-56-56Z
34 lines
377 B
Plaintext
34 lines
377 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
.DS_Store
|
|
*.swp
|
|
*.orig
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
.idea/
|
|
vendor/
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Ignore executables
|
|
target/
|
|
mcs
|
|
!mcs/
|
|
|
|
dist/
|
|
|
|
# Ignore tls cert and key
|
|
private.key
|
|
public.crt
|
|
|
|
# Ignore VsCode files
|
|
.vscode/
|
|
*.code-workspace
|