Giter Site home page Giter Site logo

bsimp's People

Contributors

akrylysov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bsimp's Issues

says, "started HTTP server" but bsimp cannot be accessed.

Hello, I can't get bsimp to work properly.

I had minio instance running.

MinIO Object Storage Server
Copyright: 2015-0000 MinIO, Inc.
License: GNU AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html>
Version: RELEASE.2022-11-11T03-44-20Z (go1.19.3 linux/amd64)

Status:         1 Online, 0 Offline. 
API: http://192.168.8.125:9000  http://127.0.0.1:9000     
RootUser: minioadmin 
RootPass: minioadmin 
Console: http://192.168.8.125:38341 http://127.0.0.1:38341   
RootUser: minioadmin 
RootPass: minioadmin 

Command-line: https://min.io/docs/minio/linux/reference/minio-mc.html#quickstart
   $ mc alias set myminio http://192.168.8.125:9000 minioadmin minioadmin

Documentation: https://min.io/docs/minio/linux/index.html

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ You are running an older version of MinIO released 1 month ago ┃
┃ Update: Run `mc admin update`                                  ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

The minio had bucket named "Music"

Screenshot from 2023-01-03 05-01-24

this is my config file. config_minio.toml located in the same directory as bsimp.

[s3]
region = "local"
endpoint = "http://localhost:9000"
bucket = "Music"
force_path_style = true

[s3.credentials]
id = "minioadmin" 
secret = "minioadmin"

Running Result

These are commands I used to run bsimp followed by their output. It's inside bsimp's directory.

./bsimp -config="config_minio.toml"
2023/01/03 04:53:58 INFO started HTTP server address=:8080
./bsimp -config="config_minio.toml" -http=":8080"
2023/01/03 04:54:29 INFO started HTTP server address=:8080
./bsimp -config="config_minio.toml" -http="localhost:8080"
2023/01/03 04:54:40 INFO started HTTP server address=localhost:8080
./bsimp -config="/home/velvet/Applications/ResourcesRepository/bsimp/config_minio.toml"                       
2023/01/03 05:04:19 INFO started HTTP server address=:8080
./bsimp -config="/home/velvet/Applications/ResourcesRepository/bsimp/config_minio.toml" -http="127.0.0.1:8000"
2023/01/03 04:56:12 INFO started HTTP server address=127.0.0.1:8000

I can't seem to access bsimp with any of the commands above.

Screenshot from 2023-01-03 05-04-48

additionally, nothing changed in the output even after I stopped minio.

What might be the issue?

====

OS: Manjaro Linux x86_64 
Kernel: 5.15.85-1-MANJARO 
CPU: AMD Ryzen 5 3500 (6) @ 3.600GHz 

go version go1.19.4 linux/amd64

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.