📃
FINTECH80-CHENGDU
  • FINTECH80-CHENGDU ONLINE MANUAL
  • INTRO
    • Overview of Operation Steps
    • Tournament Resources
      • Computing Resource Support
        • Computing Resource Architecture
      • Computing Resource Limits
      • Communication Platform
  • competition manual
    • Tournament Flow
    • Operating Instructions
      • Access to Account
      • Test Area
      • Obtaining Data
      • Access to the PORTs
      • Backup and Restore
      • Slides Upload
      • Code Submission
      • Evaluation Contents and Requirements
      • Connect to EC2
      • Connect to Operation System
    • Online Live Support
      • Support Platform and Specifications
  • Service Documents
    • AWS Management Console
    • AWS CLI
    • AWS S3
  • Support
    • FAQ
    • Contacts US
  • Official Website
Powered by GitBook
On this page
  • 1. Log in to the AWS console and download relevant data from the S3 bucket.( Not recommended, but intuitive and simple)
  • 2. Download with AWS CLI command line. (Recommended, support large files and intermittent transfer, fast speed)
  • 3. S3 browser(Windows)
  1. competition manual
  2. Operating Instructions

Obtaining Data

PreviousTest AreaNextAccess to the PORTs

Last updated 8 months ago

The competition data and competition questions are stored in the "fintech80chengdu-topic" S3 bucket, and you can get them in the following ways.

1. Log in to the AWS console and download relevant data from the S3 bucket.( Not recommended, but intuitive and simple)

1)In the Buckets list, choose the bucket that you want to download objects.

2)In the object list, check the object you want to download.

3)Choose Actions, then choose Download.

4)Choose “Download” In the Download objects dialog box.You've successfully downloaded an object from your bucket.

2. Download with AWS CLI command line. (Recommended, support large files and intermittent transfer, fast speed)

install & config AWS CLI

aws s3 ls(find the bucket and file)

aws s3 cp s3://fintech80chengdu-topic /local/

3. S3 browser(Windows)

Detailed instructions are available on the S3 browser

install & config AWS CLI