Skip to content

ssoda01/aliyun-oss-file-selector

Repository files navigation

Aliyun OSS File Selector

English中文

This tool allows you to select objects from your Aliyun OSS bucket based on date and filename, with the results sorted by date.

How to Use

  1. Add Your .env File

        cp .env.template .env    
    

    Input your Aliyun OSS configuration here.

  2. Add Your Rule

    Define your rule in index.js.

        const SEARCH_BY_DATE = '2024-03-12'
        const SEARCH_BY_FILENAME = '.pdf'
  3. Execute the Script and Monitor the Console Output

        npm run start
    

About

aliyun-oss-file-selector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published