-
New Feature
-
Resolution: Unresolved
-
Major
-
None
The S3 uploader plugin (https://wiki.jenkins-ci.org/display/JENKINS/S3+Plugin) supports setting arbitrary metadata via x-amz-meta headers, but doesn't support providing a custom ACL via x-amz-acl headers.
Being able to specify ACLs for an upload would allow builds to be made available to the correct subset of people automatically.
Details on the x-amz-acl header here: http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUT.html
- relates to
-
JENKINS-12376 [s3] optionally make objects uploaded to S3 public
-
- Open
-
-
JENKINS-41263 Allow setting acl/permissions on uploaded objects
-
- Closed
-
[JENKINS-20851] S3 Uploader should allow ACLs to be specified on upload
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | Original: Michael Watt [ mikewatt ] |
Workflow | Original: JNJira [ 152662 ] | New: JNJira + In-Review [ 185484 ] |
Link |
New:
This issue relates to |
Link | New: This issue relates to JENKINS-12376 [ JENKINS-12376 ] |
I did a quick and dirty PR here: https://github.com/jenkinsci/s3-plugin/pull/57 It's not pretty (and you probably want to tweak it), but at leas it gets you what you want (and what I want too)