|
@@ -0,0 +1,15 @@
|
|
|
+aws sts get-caller-identity --endpoint-url http://localhost:8080 --debug
|
|
|
+aws s3 ls --endpoint-url http://localhost:8080 --debug
|
|
|
+aws s3 mb s3://my-test-bucket --endpoint-url http://localhost:8080 --debug
|
|
|
+echo "Hello, S3!" > test.txt
|
|
|
+aws s3 cp test.txt s3://my-test-bucket/test.txt --endpoint-url http://localhost:8080 --debug
|
|
|
+aws s3 cp "DSC01472 copy.jpg" "s3://my-test-bucket/DSC01472 copy.jpg" --endpoint-url http://localhost:8080 --debug
|
|
|
+aws s3 cp s3://my-test-bucket/test.txt downloaded.txt --endpoint-url http://localhost:8080 --debug
|
|
|
+aws s3 ls --endpoint-url http://localhost:8080 --debug
|
|
|
+aws s3 ls s3://my-test-bucket/ --endpoint-url http://localhost:8080 --debug
|
|
|
+aws s3 rm s3://my-test-bucket/test.txt --endpoint-url http://localhost:8080 --debug
|
|
|
+aws s3 rm "s3://my-test-bucket/DSC01472 copy.jpg" --endpoint-url http://localhost:8080 --debug
|
|
|
+aws sts get-caller-identity --endpoint-url http://localhost:8080 --debug
|
|
|
+aws s3 rb s3://my-test-bucket --endpoint-url=http://localhost:8080 --debug
|
|
|
+aws s3 ls --endpoint-url http://localhost:8080 --debug
|
|
|
+
|