How I Communicate with S3 Bucket In A Spring Boot Application Using Spring Cloud AWS S3

Поделиться
HTML-код
  • Опубликовано: 25 янв 2025

Комментарии • 5

  • @nomizodenksero
    @nomizodenksero 8 месяцев назад

    Nice work thanks keep up

  • @rajeshbongurala8491
    @rajeshbongurala8491 Год назад

    Can you make video on setting up localstack with docker compose with same example

  • @Forwardknowlege
    @Forwardknowlege Год назад

    is it necessary to do via docker compose ? cant we replace this with Java code to start the Container (add env properties via code)

    • @RefactorFirst
      @RefactorFirst  Год назад

      As far as I know the dependency for docker compose takes about starting the docker compose file. I don't think there is some property to enable it.

  • @HimanshuYadav-re7cp
    @HimanshuYadav-re7cp Год назад +1

    ERROR --- [ MainThread] localstack.runtime.init : Error while running script Script(path='/etc/localstack/init/ready.d/script.sh', stage=READY, state=ERROR): [Errno 2] No such file or directory: '/etc/localstack/init/ready.d/script.sh'
    I did clone exactly same code and getting this error