Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
titleUploading a file using S3
date > /tmp/testfile
aws s3 --endpoint http://localhost:9878 cp --storage-class REDUCED_REDUNDANCY /tmp/testfile  s3://bucket1/testfile

Run pseudo-cluster with multiple

...

containers

To run a real pseudo cluster, you need a docker-compose definition. Create a new directory and save the docker-compose config and definitions:

...