-
Notifications
You must be signed in to change notification settings - Fork 5
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
[GH-77] Support s3 token authorization #78
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jealous
force-pushed
the
bugfix/awsToken
branch
2 times, most recently
from
August 20, 2024 22:38
b2b499d
to
d4ce044
Compare
aws s3 can authorize a user with key/secret/token. Need to pass token to MMC when user specified for s3 access.
jealous
force-pushed
the
bugfix/awsToken
branch
from
August 21, 2024 01:17
d4ce044
to
8a6d6a2
Compare
jealous
added a commit
to jealous/plugins
that referenced
this pull request
Sep 11, 2024
This release includes the support for the `scratch` option. For s3 storage, allow the user to authorize with session token. It also includes several bugfixes. See the details below. What's Changed * [nextflow-ioGH-75] Too many `put xxx into map` log by @jealous in MemVerge/nf-float#76 * [nextflow-ioGH-77] Support s3 token authorization by @jealous in MemVerge/nf-float#78 * [nextflow-ioGH-77] Update the readme for s3 token by @jealous in MemVerge/nf-float#79 * [nextflow-ioGH-69] Support `float` in `ext` directive`. by @jealous in MemVerge/nf-float#80 * [nextflow-ioGH-63] Ignore the time limit by default. by @jealous in MemVerge/nf-float#81 * [nextflow-ioGH-82] Enable concurrent stage in by @jealous in MemVerge/nf-float#84 * [nextflow-ioGH-82] Default disk size to 6 GB. by @jealous in MemVerge/nf-float#85 * [FLOAT-4502] Avoid using plain credential. by @jealous in MemVerge/nf-float#86 **Full Changelog**: MemVerge/nf-float@0.4.3...0.4.4
jealous
added a commit
to jealous/plugins
that referenced
this pull request
Sep 12, 2024
This release includes the support for the `scratch` option. For s3 storage, allow the user to authorize with session token. It also includes several bugfixes. See the details below. What's Changed: * [nextflow-ioGH-75] Too many `put xxx into map` log by @jealous in MemVerge/nf-float#76 * [nextflow-ioGH-77] Support s3 token authorization by @jealous in MemVerge/nf-float#78 * [nextflow-ioGH-77] Update the readme for s3 token by @jealous in MemVerge/nf-float#79 * [nextflow-ioGH-69] Support `float` in `ext` directive`. by @jealous in MemVerge/nf-float#80 * [nextflow-ioGH-63] Ignore the time limit by default. by @jealous in MemVerge/nf-float#81 * [nextflow-ioGH-82] Enable concurrent stage in by @jealous in MemVerge/nf-float#84 * [nextflow-ioGH-82] Default disk size to 6 GB. by @jealous in MemVerge/nf-float#85 * [FLOAT-4502] Avoid using plain credential. by @jealous in MemVerge/nf-float#86 * [GH-87] Log parsing error for job ID by @jealous in MemVerge/nf-float#88 * [nextflow-ioGH-89] Use default disk size of MMC by @jealous in MemVerge/nf-float#90 * [nextflow-ioGH-91] default file stage in strategy to copy by @jealous in MemVerge/nf-float#92 **Full Changelog**: MemVerge/nf-float@0.4.3...0.4.4
pditommaso
pushed a commit
to nextflow-io/plugins
that referenced
this pull request
Sep 12, 2024
This release includes the support for the `scratch` option. For s3 storage, allow the user to authorize with session token. It also includes several bugfixes. See the details below. What's Changed: * [GH-75] Too many `put xxx into map` log by @jealous in MemVerge/nf-float#76 * [GH-77] Support s3 token authorization by @jealous in MemVerge/nf-float#78 * [GH-77] Update the readme for s3 token by @jealous in MemVerge/nf-float#79 * [GH-69] Support `float` in `ext` directive`. by @jealous in MemVerge/nf-float#80 * [GH-63] Ignore the time limit by default. by @jealous in MemVerge/nf-float#81 * [GH-82] Enable concurrent stage in by @jealous in MemVerge/nf-float#84 * [GH-82] Default disk size to 6 GB. by @jealous in MemVerge/nf-float#85 * [FLOAT-4502] Avoid using plain credential. by @jealous in MemVerge/nf-float#86 * [GH-87] Log parsing error for job ID by @jealous in MemVerge/nf-float#88 * [GH-89] Use default disk size of MMC by @jealous in MemVerge/nf-float#90 * [GH-91] default file stage in strategy to copy by @jealous in MemVerge/nf-float#92 **Full Changelog**: MemVerge/nf-float@0.4.3...0.4.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
aws s3 can authorize a user with key/secret/token. Need to pass token to MMC when user specified for s3 access.