Implement S3 import worker
We need to port tasks.import_s3 as a Bucket import worker. Command will be bucket_import.
The ProcessTask should inherit from BaseWorker.
Do not port the methods you don't need (download_files,...).
Parse the following parameters from self.process_information:
folder_type-
page_typefromelement_type prefixelement
Parse the following parameters from worker configuration (no need to setup user configuration as these will not be exposed):
bucketiiif_base_urlbucket_prefix
INGEST_S3_* variables have to be available at runtime, raise if that's not the case.
Edited by Yoann Schneider