Skip to main content

Amazon S3™

The Amazon S3™ North Connector allows you to store files in Amazon S3™ (Simple Storage Service). It is ideal for long-term storage, data lakes, or integration with AWS services.

Example Use Cases:

  • Data Lake Integration: Store historical data for analytics or compliance.
  • Backup and Archiving: Securely archive data from OIBus to Amazon S3.
  • AWS Ecosystem Integration: Use stored data with AWS services like Athena, Redshift, or Glue.

Specific Settings

Configure the following parameters to connect to your Amazon S3 bucket:

SettingDescriptionExample Value
BucketName of the Amazon S3 bucket where files will be stored.my-oibus-bucket
RegionAWS region where the bucket is located.eu-west-3
FolderSpecific folder within the bucket where files should be stored.oibus/data
Access keyAuthentication key for connecting to the Amazon S3 bucket.AKIAIOSFODNN7EXAMPLE
Secret keySecret key associated with the access key.••••••••

Proxy Configuration

If your network infrastructure requires requests to pass through a proxy server to reach Amazon S3, enable the Use proxy option and configure the proxy details below.

SettingDescriptionExample Value
Proxy URLURL of the proxy server.http://proxy.example.com:8080
Proxy usernameUsername for proxy authentication (if required).proxy_user
Proxy passwordPassword for proxy authentication (if required).••••••••

Best Practices

  • IAM Permissions: Ensure the provided access key and secret key have the necessary permissions (e.g., s3:PutObject).
  • Monitoring: Monitor storage usage and costs in the AWS S3 console.