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

WIP: Re-enabling S3 storage for Fedora 6 #132

Closed
wants to merge 3 commits into from
Closed

Conversation

noahwsmith
Copy link
Contributor

Per #129 it appears that only F5 can write to S3, so I have started the process of enabling F6 to write to S3.

export CATALINA_OPTS="${CATALINA_OPTS} -Dfcrepo.storage=ocfl-fs"
fi
if [[ "${FCREPO_BINARYSTORAGE_TYPE}" == "s3" ]]; then
export CATALINA_OPTS="${CATALINA_OPTS} -Dfcrepo.storage=ocfl-s3 -Dfcrepo.aws.region=${FCREPO_AWS_REGION} -Dfcrepo.aws.region=${FCREPO_S3_BUCKET} -Dfcrepo.aws.region=${FCREPO_S3_PREFIX}"
Copy link
Contributor

Choose a reason for hiding this comment

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

Does the user name / password not need to be passed in as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably so. Hertzel was testing this today...

@nigelgbanks
Copy link
Contributor

I don't have the ability to test this at the moment but it looks safe for merging, I'll wait for a yea or neigh 🐴 til Monday

@noahwsmith
Copy link
Contributor Author

@emudojo is testing this over the next few days - we'll give you a 👍 when it's ready

@nigelgbanks
Copy link
Contributor

@emudojo is testing this over the next few days - we'll give you a 👍 when it's ready

Oh ok I'll move the pull request into draft in the mean while 👍

@nigelgbanks nigelgbanks marked this pull request as draft April 1, 2021 21:42
@nigelgbanks
Copy link
Contributor

Closing as #134 was opened

@nigelgbanks nigelgbanks closed this Apr 2, 2021
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.

2 participants