Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Remote storage services allow our partners to store and retrieve any amount of data, at any time. Integrating a remote storage service to one of your projects will allow our cloud to write the data we receive to your remote storage. Bluzone aims to integrate with several leading providers. At this time, Bluzone supports Amazon Simple Storage Service (S3). Integrating a S3 bucket into our project is extremely straightforward. The following tutorial describes how to integrate a S3 bucket into your project through the Bluzone Portal.

Amazon Simple Storage Service (S3)

The following steps outline how to configure a Bluzone project to archive data to a S3 bucket. 

  1. Generate IAM credentials for connecting to Amazon S3. Refer to the Setting up for Amazon Simple Storage Service for step-by-step instructions.
    1. Select IAM Management Console
    2. Select a user
    3. Select "Security Credentials" tab
    4. Click "Create Access Key"
    5. Take note of the "Access Key ID" and the "Secret Key" values, as they are needed for a later step
  2. Create a S3 bucket.
    1. From the Amazon S3 Console click "Create bucket"
    2. Give the bucket a name (remember the name, it will be used later)
    3. Select a Region
    4. Click "Create"
  3. Add the S3 bucket to Bluzone.
    1. Login to the Bluzone Portal
    2. Open the project setting view
    3. Select "Remote Storage"
    4. Create a new configuration by clicking "Create"
    5. Enter the following values:
      1. Storage Provider (Currently, only AWS is supported)
      2. S3 bucket name (This should match the name that you assigned to your bucket through Amazon)
      3. Storage Region (Make sure to enter a region that Amazon supports)
      4. AWS Access Key
      5. AWS Secret Key
    6. Click "Save"
    7. Once you have successfully create a remote storage configuration, it will show up in the stream list with the Enabled status. If you choose to disabled a configuration:
      1. Select the configuration from the grid

      2. Uncheck the "Enable this remote storage" box

      3. Click "Save"

The Bluzone app will take a few minutes to setup the remote storage. Once it's finished, our cloud will begin writing data to your bucket.

  • No labels