Is there a way to handle s3bucket as a place to store rubygems?

Asked 1 years ago, Updated 1 years ago, 147 views

The docker can have the docker repository backend s3 bucket. https://docs.docker.com/registry/storage-drivers/s3

Suddenly, I thought rubygems could do the same thing.

Question

  • Is there any way, library, etc. to make the backend of the server hosting the gem file s3 like rubygems.org?

ruby aws rubygems amazon-s3

2022-09-30 21:32

1 Answers

Gemin a Box project will be able to set up a local server.
https://github.com/geminabox/geminabox

There is an issue within the project to support S3, but it seems that it has not yet been supported.
https://github.com/geminabox/geminabox/issues/264

There is also a project to make Gem in a Box storage S3 here, and it is mentioned in issue, so it is possible that it will be officially supported.
https://github.com/bkon/geminabox-s3-store


2022-09-30 21:32

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.