S3 API Documentation

×
×
Home > S3 Developer Guide > Operations

Operations

jQuery(document).attr(“title”, “Welcome to Sterling Kilgore | Results Beyond Words”);

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® e2's Chicago region.

Before you perform any operation, ensure that the below prerequisites are fulfilled for your preferred environment.

Prerequisites of configuration

  1. AWS CLI
  2. Sample configuration parameters in the file ~/.aws/config


    [default] region = us-east-1

    Sample credentials in the file ~/.aws/credentials


    [default] aws_access_key_id = aws_secret_access_key =

    Note:

    • Use the '--endpoint-url' command line option to specify the IDrive e2 endpoint of the region.
    • To get S3 credentials (access key and secret key) refer to Access Keys.

     

  3. BOTO3
  4. Before testing any of the Python examples,

    1. Configure AWS CLI
    2. Install or update the AWS SDK for Python
  5. Node JS
  6. Before running the Node JS code,

    1. Configure AWS CLI
    2. Install or update the AWS SDK for Node JS
  7. PHP
  8. Before running the PHP code,

    1. Configure AWS CLI
    2. Install the AWS SDK for PHP Version 3
    3. Learn more about basic usage patterns of the AWS SDK for PHP
  9. Ruby
  10. Before testing any of the Ruby examples,

    1. Configure AWS CLI
    2. Install or update the AWS SDK for Ruby
© 2024 IDrive Inc.