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

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025

ความคิดเห็น • 5

  • @rajeshbongurala8491
    @rajeshbongurala8491 ปีที่แล้ว

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

  • @nomizodenksero
    @nomizodenksero 8 หลายเดือนก่อน

    Nice work thanks keep up

  • @Forwardknowlege
    @Forwardknowlege ปีที่แล้ว +1

    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