MarcelStranak
MarcelStranak
Hello @rodrigolmacedo, Can you please provide some additional information why the tag-set should be empty? We do allow setting the TagSet: ```bash awslocal s3api put-object-tagging --bucket examplebucket --key testfile.txt --tagging...
Hi @AlexCoursi can you please download the latest version of LocalStack (`docker pull localstack/localstack:latest`) and set the env variables like mentioned here https://docs.localstack.cloud/localstack/configuration/#security? ```sh DISABLE_CORS_CHECKS=1 DISABLE_CUSTOM_CORS_APIGATEWAY=1 ``` Please let me...
Hi @AlexCoursi, can you please change a bit the docker command? I was testing it with active PRO license. `docker run -it -p 4566:4566 -p 4571:4571 -e DEBUG=1 -e DISABLE_CORS_CHECKS=1...
Hi, could you please share more details about your question? Could you provide a working snippet of the code? Thanks.
Hi @eob, can you please try using this `docker-compose.yml` if it still fails? Can you please share the logs of the failure, and how are you setting the hostname in...
Hello @iredmedia, can you please confirm this issue is still affecting you with the latest release of LocalStack? You can download the latest version of LocalStack by using command `docker...
Hi, For now, as a quick workaround, I would like to suggest using the awslocal command line tool. `awslocal efs create-file-system` `awslocal efs describe-file-systems` ` awslocal efs delete-file-system --file-system-id fs-XXXXXXXXXXXXXXXX`
Hi @donrhummy, I am sorry I mislead you. I meant that only those 3 commands are working. `put-lifecycle-configuration` is not implemented.
This pop up again with one of our [customers](https://localstack-community.slack.com/archives/C05837FH8AF/p1685545192116709).
Hello @matthewdeanmartin, I, too, utilize LocalStack on the Windows OS. I do not use gitbash and pipx, but in a normal powershell terminal or cmd terminal all works as expected....