• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Uploading files and folders to amazon s3 server in MAC

New Here ,
Jun 25, 2014 Jun 25, 2014

Copy link to clipboard

Copied

Hi,

I need to develop an application to upload files or folders to the amazon s3 server and to maintain the same folder structure in s3 server. how could i accomplish  this with flash , i am not using AIR or FLEX i need to achieve this with flash , Is there any 3rd party apps developed with java to achieve this so that i can communicate with them using flash socket connection to pass the folder or files path as parameter. Thanks in advance.

TOPICS
ActionScript

Views

1.3K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jun 30, 2014 Jun 30, 2014

Copy link to clipboard

Copied

LATEST

So to work with uploading with amazon server. You can use urlloader and send data through urlloader. You should have some authentication details for server like

1.bucket

2.accessKey

3.accessSecret

4.prefix

5.secretToken

And api calls was listed in amazon website. follow those it will be simple

REST API - Amazon Simple Storage Service

See the below example you will get some idea

Amazon Web Services REST queries signature in ActionScript 3 | Jean-Marc Le Roux

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines