Difference between revisions of "Ibmcloud plugin show cloud-object-storage"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
Commands: | Commands: | ||
cos Interact with IBM Cloud Object Storage services | cos Interact with IBM Cloud Object Storage services | ||
− | [[ | + | [[ibmcloud cos list-buckets|cos list-buckets]] List all the buckets in your IBM Cloud Object Storage account. |
cos download Download objects from S3 concurrently. | cos download Download objects from S3 concurrently. | ||
cos bucket-create Create a new bucket. | cos bucket-create Create a new bucket. |
Latest revision as of 14:43, 11 July 2021
ibmcloud plugin show cloud-object-storage Plugin Name cloud-object-storage Plugin Version 1.2.3 Plugin SDK Version 0.3.0 Minimal IBM Cloud CLI version required N/A Commands: cos Interact with IBM Cloud Object Storage services cos list-buckets List all the buckets in your IBM Cloud Object Storage account. cos download Download objects from S3 concurrently. cos bucket-create Create a new bucket. cos create-bucket Create a new bucket. cos bucket-delete Delete an existing bucket. cos delete-bucket Delete an existing bucket.
cos get-bucket-location Get the region and class of a bucket. cos bucket-location-get Get the region and class of a bucket. cos get-bucket-class Returns the class type of the specified bucket. cos bucket-class-get Returns the class type of the specified bucket. cos head-bucket Determine if a specified bucket exists in your account. cos bucket-head Determine if a specified bucket exists in your account. cos parts Display the list of uploaded parts of an object. cos buckets List all the buckets in your IBM Cloud Object Storage account. cos put-bucket-cors Set the CORS configuration on a bucket. cos bucket-cors-put Set the CORS configuration on a bucket. cos get-bucket-cors Get the CORS configuration from a bucket. cos bucket-cors-get Get the CORS configuration from a bucket. cos delete-bucket-cors Delete the CORS configuration from a bucket. cos bucket-cors-delete Delete the CORS configuration from a bucket. cos list-buckets-extended List all the extended buckets with pagination support. cos buckets-extended List all the extended buckets with pagination support. cos get-object Download an object from a bucket. cos object-get Download an object from a bucket. cos head-object Determine if an object exists within a bucket. cos object-head Determine if an object exists within a bucket. cos put-object Upload an object to a bucket. cos object-put Upload an object to a bucket. cos delete-object Delete an object from a bucket. cos object-delete Delete an object from a bucket. cos delete-objects Delete multiple objects from a bucket cos objects-delete Delete multiple objects from a bucket cos copy-object Copy an object from one bucket to another. cos object-copy Copy an object from one bucket to another. cos list-objects List all objects in a specific bucket. cos objects List all objects in a specific bucket. cos abort-multipart-upload Abort a multipart upload instance. cos multipart-upload-abort Abort a multipart upload instance. cos complete-multipart-upload Complete an existing multipart upload instance. cos multipart-upload-complete Complete an existing multipart upload instance. cos multipart-upload-create Create a new multipart upload instance. cos create-multipart-upload Create a new multipart upload instance. cos list-multipart-uploads This operation lists in-progress multipart uploads. cos multipart-uploads This operation lists in-progress multipart uploads. cos upload-part Upload a part of an object. cos part-upload Upload a part of an object. cos upload-part-copy Upload a part by copying data from an existing object. cos part-upload-copy Upload a part by copying data from an existing object. cos list-parts Display the list of uploaded parts of an object. cos upload Upload objects from S3 concurrently. cos config Changes plugin configuration cos config list List configuration cos config region Store Default Region in the config. cos config ddl Store Default Download Location in the config. cos config crn Store CRN in the config. cos config hmac Store HMAC credentials in the config. cos config auth Switch between HMAC and IAM authentication cos config url-style Switch between VHost and Path URL style. cos config regions-endpoint Set regions endpoint URL. cos config endpoint-url Set custom Service Endpoint for all operations. cos wait Wait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met. cos wait bucket-exists Wait until 200 response is received when polling with head-bucket. It will poll every 5 seconds until a successful state has been reached. This will exit with a return code of 255 after 20 failed checks. cos wait bucket-not-exists Wait until 404 response is received when polling with head-bucket. It will poll every 5 seconds until a successful state has been reached. This will exitwith a return code of 255 after 20 failed checks. cos wait object-exists Wait until 200 response is received when polling with head-object. It will poll every 5 seconds until a successful state has been reached. This will exitwith a return code of 255 after 20 failed checks. cos wait object-not-exists Wait until 404 response is received when polling with head-object. It will poll every 5 seconds until a successful state has been reached. This will exitwith a return code of 255 after 20 failed checks.
See also[edit]
Advertising: