diff --git a/README.md b/README.md index 35b6e15..47f7375 100644 --- a/README.md +++ b/README.md @@ -62,31 +62,39 @@ COMMANDS init Initilizes and builds a local map of buckets and their regions for faster access - buckets list + buckets list [-c | --custom-provider] Lists buckets associated with the S3 account - buckets create + Use the `-c` or `--custom-provider` flag to specify which S3-compatible provider to use + buckets create [-c | --custom-provider] Creates a bucket - buckets delete - Deletes a bucket + buckets delete [-c | --custom-provider] + Deletes a bucket Use the `-c` or `--custom-provider` flag to specify which S3-compatible provider to use - files list + files list [-c | --custom-provider] Lists all the files in a bucket - files delete [-f | --force] [-y | --yes] + Use the `-c` or `--custom-provider` flag to specify which S3-compatible provider to use + files delete [-f | --force] [-y | --yes] [-c | --custom-provider] Deletes a file in a bucket Apply the `-f` or `--force` flag to delete all versions of a file (Not supported for R2) Apply the `-y` or `--yes` flag to bypass confirmation - files download [-o ] + Use the `-c` or `--custom-provider` flag to specify which S3-compatible provider to use + files download [-o ] [-c | --custom-provider] Downloads a file from a bucket to a given location (optionally rename it) - files upload [-o ] [-v | --verbose] + Use the `-c` or `--custom-provider` flag to specify which S3-compatible provider to use + files upload [-o ] [-c | --custom-provider] [-v | --verbose] Uploads a file into a bucket (optionally rename it) + Use the `-c` or `--custom-provider` flag to specify which S3-compatible provider to use Apply the `-v` or `--verbose` flag for verbose output - multipart list + multipart list [-c | --custom-provider] Lists all multipart uploads in a bucket - multipart delete + Use the `-c` or `--custom-provider` flag to specify which S3-compatible provider to use + multipart delete [-c | --custom-provider] Deletes a multipart upload in a bucket - multipart delete <-a | --all> + Use the `-c` or `--custom-provider` flag to specify which S3-compatible provider to use + multipart delete <-a | --all> [-c | --custom-provider] Deletes all multipart upload in a bucket + Use the `-c` or `--custom-provider` flag to specify which S3-compatible provider to use provider set Sets the desired S3-compatible provider based on config.toml