LogoLogo
  • Welcome!
    • Introduction to FlashEdge CDN
    • Introduction to FlashEdge Storage
  • Getting started with FlashEdge
    • Creating a FlashEdge account
  • Flashedge CDN distribution tutorials
    • How to create your first FlashEdge CDN distribution
    • Configuring DNS to point to a FlashEdge CDN distribution
    • Setting up HTTPS with a Custom Domain
      • Creating an SSL/TLS certificate for FlashEdge distribution
      • Validating an SSL/TLS certificate for FlashEdge distribution
      • Deleting an SSL/TLS certificate for your FlashEdge distribution
    • Creating a new FlashEdge origin
    • Creating a Cache behavior
    • Selecting the Pricing Regions for FlashEdge
    • Monitoring distribution metrics in FlashEdge
    • Disabling and enabling a FlashEdge distribution
    • Deleting a FlashEdge distribution
  • FlashEdge Storage tutorials
    • Getting started with FlashEdge Storage
    • Creating FlashEdge CDN distribution for FlashEdge Storage
    • Securing FlashEdge Storage access through FlashEdge CDN with HTTPS
    • FlashEdge Storage access
    • Deleting FlashEdge Storage
  • FlashEdge Pricing
    • FlashEdge CDN pricing
    • FlashEdge Storage pricing
  • FlashEdge Network
    • List of FlashEdge CDN PoPs
  • FAQ
    • FlashEdge CDN FAQ
    • FlashEdge Storage FAQ
Powered by GitBook
On this page
  • Creating an access key
  • Granting access to FlashEdge Storage to the access key
  • Using FlashEdge Storage access key

Was this helpful?

  1. FlashEdge Storage tutorials

FlashEdge Storage access

Creating an access key

This guide provides step-by-step instructions for creating remote access keys for FlashEdge Storage. All of your FlashEdge Storages share this access key. Access keys are essential for securely managing and accessing your stored data. Follow the steps below to quickly generate a new access key through the FlashEdge Console.

  1. Sign in to the FlashEdge Console.

  2. Click on “Account” in the upper menu.

  3. Select “Access key” from the upper menu.

  4. Click on “Create access key”.

  5. The access key should be created after a couple of seconds.

Granting access to FlashEdge Storage to the access key

After you create an access key in the settings, you can use it for the FlashEdge Storage that you have created.

  1. Sign in to the FlashEdge Console.

  2. Select the FlashEdge Storage that you want to grant access key to.

  3. Select the tab “Remote access”.

  4. Click on “Grant access.”

  5. After a couple of seconds, you should see the resulting connection settings.

Using FlashEdge Storage access key

This guide provides step-by-step instructions for uploading and browsing files in FlashEdge Storage using the AWS Command Line Interface (CLI) and other options.

It is designed for users on Windows, macOS, and Linux. Follow these instructions to easily manage your content and take full advantage of FlashEdge Storage capabilities.

Using AWS (Amazon Web Services) CLI

You can use AWS CLI to connect to FlashEdge Storage. You can also use all its functions. This manual describes only a couple of major functions that you can use.

Step 1: Install the AWS CLI

You can find the latest manuals in the official AWS documentation.

  1. macOS:

“brew install awscli”

  1. Linux:

“sudo apt update”

“sudo apt install awscli”

Step 2: Configure AWS CLI with Access Keys

Run the following command to configure AWS CLI with your access key and secret key:

“aws configure”

Now you will need the information from the FlashEdge Console. You will be prompted to enter:

AWS Access Key ID: Enter your FlashEdge Storage access key.

AWS Secret Access Key: Enter your FlashEdge Storage secret key.

Default region name: (e.g., us-east-1).

Default output format: Leave it on default.

Step 3: Upload Files to FlashEdge Storage

Use the following command to upload a file:

“aws s3 cp /path/to/your/file.txt s3://your-bucket-name/”

Replace:

/path/to/your/file.txt with the actual path to your file.

your-bucket-name with the name of your S3 bucket.

Step 4: Upload a Directory to FlashEdge Storage

To upload all files from a directory, use:

“aws s3 cp /path/to/your/folder s3://your-bucket-name/ --recursive”

Step 5: Listing files in FlashEdge Storage

Use the following command to list all objects in a specific bucket:

“aws s3 ls s3://your-bucket-name”

To include subfolders and detailed information, add the --recursive and --human-readable flags:

“aws s3 ls s3://your-bucket-name --recursive --human-readable”

To list files with a specific prefix (e.g., all files in a folder or with a particular file name pattern), replace folder-name with the path to the folder or prefix.:

“aws s3 ls s3://your-bucket-name/folder-name/"


Using Cyberduck to connect to the FlashEdge Storage

Cyberduck is a popular open-source client that connects to various cloud storage services. Follow the steps below to configure Cyberduck on macOS or Windows to connect to your FlashEdge Storage.

Prerequisites

● FlashEdge Storage access key and secret key, and the bucket name of your FlashEdge Storage.

Steps for macOS and Windows

  1. Open Cyberduck Launch Cyberduck on your macOS or Windows machine.

  2. Add a New Connection

  3. Click on the “Open Connection” button in the toolbar.

  4. Select Amazon S3 as the Connection Type

  5. From the drop-down menu at the top, choose “Amazon S3”.

  6. Enter Connection Details

  7. Server: Enter s3.amazonaws.com.

  8. Access Key ID: Enter your FlashEdge Storage Access Key ID.

  9. Secret Access Key: Enter your FlashEdge Storage Secret Access Key.

  10. Click the “More Options” or “Advanced options” and specify a path (bucket name from the FlashEdge Storage Console).

  11. Save and Connect

  12. Click “Connect” to access your FlashEdge Storage.

  13. To save the connection for future use, click the “Bookmark” button before connecting.

PreviousSecuring FlashEdge Storage access through FlashEdge CDN with HTTPSNextDeleting FlashEdge Storage

Last updated 2 months ago

Was this helpful?

Windows: Download and run the installer from . After installation, restart your terminal or command prompt.

● Cyberduck is installed on your machine. Download the latest version from the official website:

AWS CLI for Windows
https://cyberduck.io/