fecgov / openFEC-web-app

DEPRECATED See https://github.com/18F/fec-cms for fec.gov's code
Other
43 stars 31 forks source link

List contents of the bucket in the web browser #2211

Closed patphongs closed 7 years ago

patphongs commented 7 years ago

Need to have the ability to list contents of a specific directory in S3 downloads bucket. This simulates FTP environment functionality.

Completion Criteria:

patphongs commented 7 years ago

Possible solution after speaking to @LindsayYoung is to write the contents of a bucket in JSON format and push that every time to the bucket. Then an additional function in the web app can call to the JSON file to list the contents of the bucket.

patphongs commented 7 years ago

Did not have time to finish this, it will have to be moved to sprint 3.3.

patphongs commented 7 years ago

This is now done, the script has been created and a proof of concept is here on dev. https://fec-dev-proxy.app.cloud.gov/files/bulk-downloads/index.html

Waiting for the release to go out in order to implement on staging and production.

patphongs commented 7 years ago

This has now been implemented on production. The URL will be here: https://www.fec.gov/files/bulk-downloads/index.html