Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS S3 blob storage #325

Merged
merged 8 commits into from
May 31, 2024
Merged

AWS S3 blob storage #325

merged 8 commits into from
May 31, 2024

Conversation

esuomi
Copy link
Collaborator

@esuomi esuomi commented May 29, 2024

  • replaces docker run... with docker-compose.yml
  • adds AWS S3 implementation for BlobStoreRepository
  • adds LocalStack AWS simulator for running AWS components locally

There are some potentially breaking or at least confusing-to-user changes to how profiles are handled, plus the documentation is slightly confusing now since both the Docker Compose has optional profiles and the service itself uses profiles in a way where specific combinations of profiles are intended to work together.

As further thought, having the Google PubSub Emulator available as Docker Compose profile similar to LocalStack might also be a rather clean way to do that as well.

README.md Show resolved Hide resolved
init-localstack.sh Outdated Show resolved Hide resolved
@testower
Copy link
Collaborator

As further thought, having the Google PubSub Emulator available as Docker Compose profile similar to LocalStack might also be a rather clean way to do that as well.

I think it's a very interesting option!

docker-compose.yml Outdated Show resolved Hide resolved
@testower testower self-requested a review May 31, 2024 12:32
…rrent behavior

We discussed this with @testower elsewhere and agreed this should be the approach for now
@vpaturet vpaturet self-requested a review May 31, 2024 13:56
@testower testower merged commit 8d38574 into entur:master May 31, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants