Migrating data in

To move existing data in, copy it from the source into a Myota bucket with an S3-capable tool.

Copy with rclone

rclone copies between any two storage systems it supports, including S3-compatible storage. After configuring a Myota remote (see CLI and SDKs):

$ rclone copy source:my-data myota:my-bucket --progress

Copy with the AWS CLI

$ aws --profile myota s3 sync ./local-data s3://my-bucket/

Desktop and third-party tools

Any S3-compatible client works. Desktop clients such as Cyberduck and S3 Browser give you a graphical way to move files. For large or cross-cloud migrations, dedicated migration services that support a custom S3 endpoint can copy data directly into a Myota bucket.