curl -fsSL https://floci.io/install.sh | sh
floci begin && eval $(floci env)
aws s3 mb s3://my-bucket
echo “Why pay for S3 when floci is free? 🎉” > hello-floci.txt
aws s3 cp hello-floci.txt s3://my-bucket/
aws s3 cp s3://my-bucket/hello-floci.txt hello-back.txt
cat hello-back.txt
irm https://floci.io/install.ps1 | iex
floci begin; floci env | Invoke-Expression
aws s3 mb s3://my-bucket
“Why pay for S3 when floci is free? 🎉” | Out-File hello-floci.txt
aws s3 cp hello-floci.txt s3://my-bucket/
aws s3 cp s3://my-bucket/hello-floci.txt hello-back.txt; Get-Content hello-back.txt
docker run –rm -p 4566:4566
-v /var/run/docker.sock:/var/run/docker.sock
floci/floci:newest
export AWS_ENDPOINT_URL=http://localhost:4566
export AWS_ACCESS_KEY_ID=check AWS_SECRET_ACCESS_KEY=check
aws s3 mb s3://my-bucket
echo “Why pay for S3 when floci is free? 🎉” > hello-floci.txt
aws s3 cp hello-floci.txt s3://my-bucket/
aws s3 cp s3://my-bucket/hello-floci.txt hello-back.txt
cat hello-back.txt
docker run –rm -p 4577:4577
floci/floci-az:newest
export AZURE_STORAGE_CONNECTION_STRING=“DefaultEndpointsProtocol=http;
AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;
BlobEndpoint=http://localhost:4577/devstoreaccount1;”
az storage container create -n my-container
echo “Azure regionally, no invoice, no drama. 🚀” > hello-floci.txt
az storage blob add -c my-container -f hello-floci.txt -n hello-floci.txt
az storage blob obtain -c my-container -n hello-floci.txt -f hello-back.txt
cat hello-back.txt
docker run –rm -p 4588:4588
floci/floci-gcp:newest
export CLOUDSDK_API_ENDPOINT_OVERRIDES_STORAGE=http://localhost:4588/
export CLOUDSDK_CORE_PROJECT=floci-local
gcloud storage buckets create gs://my-bucket
echo “No billing alert? Must be floci. ☁️” > hello-floci.txt
gcloud storage cp hello-floci.txt gs://my-bucket/
gcloud storage cp gs://my-bucket/hello-floci.txt hello-back.txt
cat hello-back.txt
docker run –rm -p 4599:4599
-v /var/run/docker.sock:/var/run/docker.sock
floci/floci-oci:newest
floci oci setup && eval $(floci oci env)
export TENANCY_OCID=ocid1.tenancy.oc1..flocilocaltenancy0000000000000000000000000000000000000000
oci os bucket create
–namespace-name floci-local –name my-bucket –compartment-id $TENANCY_OCID
echo “Oracle Cloud regionally — no invoice, no drama. 🚀” > hello-floci.txt
oci os object put
–namespace-name floci-local –bucket-name my-bucket –file hello-floci.txt
oci os object get
–namespace-name floci-local –bucket-name my-bucket –name hello-floci.txt –file hello-back.txt
cat hello-back.txt
119 AWS companies prepared on :4566. S3 · SQS · DynamoDB · Lambda · RDS · +114 extra