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

Add supporting S3 tags #294

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gilgameshfreedom
Copy link

The PR is adding supporting of S3 tags - https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-tagging.html

Like S3 Metadata, S3 Tags is an optional list of key-values pairs which can be applied per object.

In our use-case with the s3-plugin + MinIO and we use special lifecycle polices which delete only the objects with a specific tag assigned.

To be able to test the plugin locally I had also to increase the version of jenkins to 2.414.3.

* The key of the user tag pair to tag an upload with.
* Can contain macros.
*/
public String key;

Check warning

Code scanning / Jenkins Security Scan

Jenkins: Plaintext password storage Warning

Field should be reviewed whether it stores a password and is serialized to disk: key
@gilgameshfreedom
Copy link
Author

Hi,

it looks like something happened yesterday with https://ci.jenkins.io/ and that's why the build for Windows was stuck. How should I retrigger the build? Just by changing the commit's message?

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.

1 participant