Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFR-2384: Fulfill Manifest Pub Backlist S3 Bucket #471

Merged

Conversation

mitri-slory
Copy link
Contributor

With this PR I modified the store_pdf_manifest method and the prefix attribute of the FulfillManifestProcess object to incorporate a new S3 folder called pubBacklist that will include all the manifests from the publisher backlist project such as UofM and UofSC. https://us-east-1.console.aws.amazon.com/s3/buckets/drb-files-qa?prefix=manifests/&region=us-east-1&bucketType=general

self.host = os.environ['DRB_API_HOST']
self.prefix = 'manifests/UofM/'
self.prefix = 'manifests/pubBacklist/'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend actually doing something like publisher_backlist to be explicit with the prefix. @Apophenia what are your thoughts?

@mitri-slory mitri-slory merged commit fa1edf6 into main Dec 10, 2024
1 check passed
@mitri-slory mitri-slory deleted the SFR-2384--Fulfill-Manifest-Publisher-Backlist-S3-Bucket branch December 10, 2024 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants