Skip to content

Commit

Permalink
modify from s3 to object storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Deflaimun committed Jul 9, 2024
1 parent 595364e commit 342314c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Available tests to run:
* *Cloud tests*
** Latency test: 1024-bit object.
** Depending on cluster read/write permissions (xref:reference:properties/object-storage-properties.adoc#cloud_storage_enable_remote_read[`cloud_storage_enable_remote_read`], xref:reference:properties/object-storage-properties.adoc#cloud_storage_enable_remote_write[`cloud_storage_enable_remote_write`]), a series of cloud storage operations are performed:
*** Upload an object to an S3 bucket.
*** List objects in the bucket.
*** Download an object from the bucket.
*** Delete the original object from the bucket, if it was uploaded.
*** Upload an object to an object storage.
*** List objects in the object storage.
*** Download an object from the object storage.
*** Delete the original object from the object storage, if it was uploaded.
This command immediately returns on success, and the tests run asynchronously. The
user polls for results with the xref:./rpk-cluster-self-test-status.adoc[rpk cluster self-test status]
Expand Down

0 comments on commit 342314c

Please sign in to comment.