Setup Private Cloud Storage (AWS S3)
Follow the instructions in this guide to set up your private cloud storage using AWS S3 and enable media storage on a secure Cloud for your autonomous BVLOS drone operations.
Last updated
Follow the instructions in this guide to set up your private cloud storage using AWS S3 and enable media storage on a secure Cloud for your autonomous BVLOS drone operations.
Last updated
FlytBase supports the upload and storage of media captured during drone operations in a private Amazon S3 bucket. Click here to learn more about Amazon S3, and follow the instructions below to set up your own S3 bucket.
Sign in to your AWS Account here: https://aws.amazon.com/. Click on Create an Account if an account does not exist.
Go to the Bucket tab in the Amazon S3 console. Click on Create Bucket to create a bucket in the preferred region.
Click on ACLs Enabled and select the Object Ownership to Bucket owner preferred.
Under the Edit Block public access tab, enable Block all public access by checking the square box.
Under the Bucket Versioning tab, click on Disable.
Now, under the Default Encryption tab, set the following options:
For Encryption type, select Server-side encryption with Amazon S3 managed keys (SSE-S3)
Set Bucket Key to Enable
Set the Encryption type to Server-side encryption with Amazon S3 managed keys (SSE-S3) and Bucket Key to Enable.
Once the Bucket has been successfully created, navigate to Bucket Name -> Properties -> Transfer acceleration and edit it to Enabled.
Navigate to Bucket Name -> Permissions -> Bucket Policy. Paste the following JSON code snippet, and replace Bucket_Name with the actual name of the Bucket.
Now, proceed to Bucket Name -> Permissions -> CORS Configuration. To update the CORS Configuration, you will need your FlytBase Organization URL.
For instance, if your Organization's URL is org_sub_domain.flytbase.com, then update the AllowedOrigins array as follows:
Once you have completed all the steps, please share the Bucket Name and the AWS Region ID to support@flytbase.com. Our Support team will then link your AWS S3 Bucket to your Organization.
After creating your Organization, and linking an AWS S3 Bucket to it, the media files captured during flights will be uploaded to your private cloud storage automatically.