Operations
This section provides a list of operations you can perform on objects and buckets, along with samples using AWS CLI, BOTO3, Node JS, PHP, and Ruby in the IDrive Cloud’s Oregon (us-west-1) region.
Before you perform any operation, ensure that the below prerequisites are fulfilled for your preferred environment.
Prerequisites of configuration
[default]
region = us-east-1
s3 =
endpoint_url = https://s3.us-west-1.idrivecloud.io
s3api =
endpoint_url = https://s3.us-west-1.idrivecloud.io
[plugins]
endpoint = awscli_plugin_endpoint
Sample credentials in the file ~/.aws/credentials
[default]
aws_access_key_id =
aws_secret_access_key =
Note:
Region | Endpoint URL |
Oregon | --endpoint-url https://s3.us-west-1.idrivecloud.io |
Virginia | --endpoint-url https://s3.us-east-1.idrivecloud.io |
Before testing any of the Python examples,
Before running the Node JS code,
Before running the PHP code,
Before testing any of the Ruby examples,