2021-02-07 04:33:31 UTC - Ryota Sakamoto: Hello, Thank you for good products. I executed docker-compose of openwhisk-devtools. An error has occurred regarding S3. Is there any way to solve this issue? ``` ... preparing api-gateway configuration pinging minio... .WARNING: The DOCKER_COMPOSE_HOST variable is not set. Defaulting to a blank string. Creating network "openwhisk_default" with the default driver Creating openwhisk_minio_1 ... done ... OK WARNING: The DOCKER_COMPOSE_HOST variable is not set. Defaulting to a blank string. Creating openwhisk_apigateway_run ... done WARNING: The DOCKER_COMPOSE_HOST variable is not set. Defaulting to a blank string. Creating openwhisk_apigateway_run ... done 2021/02/07 04:02:49 ERROR : .dockerignore: Failed to copy: s3 upload: 500 Internal Server Error: <?xml version="1.0" encoding="UTF-8"?> <Error><Code>InternalError</Code><Message>We encountered an internal error, please try again.</Message><Key></Key><BucketName></BucketName><Resource>/api-gateway/.dockerignore</Resource><RequestId>3L137</ RequestId><HostId>3L137</HostId></Error> 2021/02/07 04:02:51 ERROR : CHANGELOG.md: Failed to copy: s3 upload: 500 Internal Server Error: <?xml version="1.0" encoding="UTF-8"?> <Error><Code>InternalError</Code><Message>We encountered an internal error, please try again.</Message><Key></Key><BucketName></BucketName><Resource>/api-gateway/CHANGELOG.md</Resource><RequestId>3L137</R equestId><HostId>3L137</HostId></Error> 2021/02/07 04:02:53 ERROR : .profiling.before: Failed to copy: s3 upload: 500 Internal Server Error: <?xml version="1.0" encoding="UTF-8"?> <Error><Code>InternalError</Code><Message>We encountered an internal error, please try again.</Message><Key></Key><BucketName></BucketName><Resource>/api-gateway/.profiling.before</Resource><RequestId>3L1 37</RequestId><HostId>3L137</HostId></Error> 2021/02/07 04:02:55 ERROR : .profiling.after: Failed to copy: s3 upload: 500 Internal Server Error: <?xml version="1.0" encoding="UTF-8"?> <Error><Code>InternalError</Code><Message>We encountered an internal error, please try again.</Message><Key></Key><BucketName></BucketName><Resource>/api-gateway/.profiling.after</Resource><RequestId>3L13 7</RequestId><HostId>3L137</HostId></Error> 2021/02/07 04:04:09 ERROR : Dockerfile.test.unit: Failed to copy: s3 upload: 500 Internal Server Error: <?xml version="1.0" encoding="UTF-8"?> <Error><Code>InternalError</Code><Message>We encountered an internal error, please try again.</Message><Key></Key><BucketName></BucketName><Resource>/api-gateway/Dockerfile.test.unit</Resource><RequestId> 3L137</RequestId><HostId>3L137</HostId></Error>``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612672411117200?thread_ts=1612672411.117200&cid=C3TPCAQG1 ---- 2021-02-07 23:13:37 UTC - Brendan Doyle: Also —privileged I think is necessary as well but I already had that in my docker run https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612739617118200?thread_ts=1612559268.103200&cid=C3TPCAQG1 ---- 2021-02-07 23:16:29 UTC - Ryota Sakamoto: I have resolved it. The commit was old. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612739789118400?thread_ts=1612672411.117200&cid=C3TPCAQG1 ----