You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated all documentation, Dockerfiles, compose files, source code, and test scripts to use 9670 for the HTTP API and 9671 for the gossip protocol instead of the previous defaults (8080/8081). This ensures consistency across the project and avoids conflicts with common default ports.
aws s3api put-bucket-lifecycle-configuration --bucket aws-test-bucket --lifecycle-configuration file:///tmp/lifecycle.json --endpoint-url http://localhost:80802>&1||echo"Lifecycle set or format issue"
93
+
aws s3api put-bucket-lifecycle-configuration --bucket aws-test-bucket --lifecycle-configuration file:///tmp/lifecycle.json --endpoint-url http://localhost:96702>&1||echo"Lifecycle set or format issue"
0 commit comments