Skip to content

Playing around with S3 buckets using the minio storage server

License

Notifications You must be signed in to change notification settings

pkortekaas/minio-S3-test

Repository files navigation

minio-S3-test

Some sample code using Amazon S3 buckets with the community edition of MinIO. This Object Storage engine is API compatible with Amazon S3 Cloud storage service, and thereby ideal for local software development.

Requirements

  • .NET 6.0

Usage

  • Get a copy of this example using: git clone https://github.com/pkortekaas/minio-S3-test.git
  • Get a copy of MinIO
  • Start MinIO server minio server --console-address ":9001" /<data location>
API: http://192.168.1.1:9000  http://127.0.0.1:9000
RootUser: minioadmin
RootPass: minioadmin

Console: http://192.168.1.1:9001 http://127.0.0.1:9001
RootUser: minioadmin
RootPass: minioadmin
  • Use a browser to open the Console at http://127.0.0.1:9001
  • Create the Bucket to be used
  • Create a User, and make sure you have a readwrite Policy
  • You can use user credentials, or create a Service Account
  • Check the Settings->Configurations for the proper Server Location, e.g. eu-west-1
  • copy sample.settings.json to setting.json and check the required MinIO settings

About

Playing around with S3 buckets using the minio storage server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages